CWSL_USBWave only supports 192kHz
Opened this issue · 4 comments
A user noted that CWSL_USBWave was not demodulating properly with a radio having a Sample Rate = 96kHz. A quick look at the source code reveals that I hard-coded a couple of values, and will need to make a change to support sample rates other than 192kHz. I will make the fix soon.
The good news is that folks are already using CWSL_USBWave and CWSL is alive and widely used!
Hi, it may be interesting to add LSB support too ...
I've solved the sample rate problem. I agree with your idea. I propose we rename this executable to CWSL_SSBWave, and allow USB/LSB to be passed as an argument, perhaps 1 or 0.
Such renaming would probably make sense ...
The changes are in my repository. A few folks are testing now, so might want to wait to merge.