Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read DTMF macro output #5

Open
void4 opened this issue Feb 19, 2020 · 1 comment
Open

Read DTMF macro output #5

void4 opened this issue Feb 19, 2020 · 1 comment

Comments

@void4
Copy link

void4 commented Feb 19, 2020

When Configure->Miscellaneous->Misc->DTMF->Decode DTMF tones is enabled

image

fldigi will print its output to the RX text field:
image

However, using
f.text.get_rx_data() does not include this output. Is it possible to get it using another function in this library?

@KM4YRI
Copy link
Owner

KM4YRI commented Feb 21, 2021

Sorry for the delay. In general, I can only decode what fldigi sends via its XML-RPC interface. I will setup a test that generates DTMF tones and loops them into the audio input that fldigi reads, enable the config checkbox, and see if it's returned in the XML-RPC data. If not, that would have to be implemented upstream by fldigi. I will report back when I find some time to write this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants