-
Notifications
You must be signed in to change notification settings - Fork 456
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
SSB Modulator - cannot send voice - version 7.22.1, cannot send CW or Mic Modulation in later releases #2375
Comments
What SDR? |
ADALM-Pluto running under Microsoft Windows 11 Home Version 10.0.22631 Build 22631. Thanks. |
I can confirm that behaviour on a Fedora Linux System, using HackRF One as SDR. The distributor-shipped Version 7.22.5 does not work as expected, neither does this version when compiled from source. The CW Keyer - from text or Mouse Keyboard keyer do not work, neither does the audio input. Tone modulation or file input do work fine, though. Using 7.22.0, compiled from source, everything works as expected. |
Mic/audio input works for me on Windows with 7.22.5 with a USRP. It was not working in some earlier 7.22.x versions. Can you clarify what you mean by "do not work"? No modulation on spectrum? No audio feedback? A screenshot would help. The Morse keyer is not working for me in the SSB demod (nothing in channel/device spectrum - no audio). It works OK in AM and NFM mods. |
The above patch should fix the Morse keyer in the SSB Mod. I don't have a Pluto nor HackRF to investigate those problems, I'm afraid. |
I applied the above fix #2380 (one line) to the latest version from github and compiled sdrangel. Morse keyer - as well as microphone input - do now both work as expected, using HackRF as SDR on Fedora 41. Description of observed symptoms in the unpatched version (distributor-shipped 7.22.5 on Fedora 41, as well as latest source from github, without #2380 ):
|
I don't think this patch should have changed anything to do with the microphone input, only the Morse Keyer. (But as I said, Mic works ok for me in 7.22.5). HackRF problems are probably a separate issue: #2283 |
I agree, that the #2380 fix is not very likely to fix anything but the keyer. So made a fresh clone of https://github.com/f4exb/sdrangel.git (version number showing in app is 7.22.5-g83b36c6aa, QT5, 64 bit). After compilinng that version the mic-input problem could not be observed anymore: Mic-input does work as expected (keyer does not). I can still observe 'mic-input not working' on the fedora41-shipped 7.22.5, though. After applying the patch and re-compiling, the keyer does work as expected. As well does mic-input. on the demodulater, i recieve only noise in both versions, that might be #2283 related |
I forgot - there's a patch on master that isn't in 7.22.5 that fixes the SSB mod when channel sample rate is higher than audio sample rate. I was using master earlier, not 7.22.5 That's likely the problem here - so both SSB issues should be fixed in the next release. |
I downloaded and tested all Windows versions from 7.22.0 and later to check if I could find which relkease broke the SSB Modulator.
7.22.0 CW send and Mic modulation works as expected when tested on Windows 11
7.22.1 CW Send works, Mic modulation does not work when tested on Windows 11
7.22.2 CW send and Mic modulation do not work when tested on Windows 11
7.22.3 CW send and Mic modulation do not work when tested on Windows 11
7.22.4 CW send and Mic modulation do not work when tested on Windows 11
7.22.5 CW send and Mic modulation do not work when tested on Windows 11
Interim workaround - run 7.22.0
Beautiful program BTW.
The text was updated successfully, but these errors were encountered: