f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.95k stars 447 forks source link

Unable to play .wav file generated from Demod Analyzer #2309

Closed mjanicki closed 1 week ago

mjanicki commented 2 weeks ago

Recorded .wav file from NFMDemod and saved as a ...wav file. Unfortunately, unable to play back the file. Using macOS Ventura 13.7.1, SDRangel 7.22.2 Tried playback using iMusic and Elmedia player. Looking to record the audio, not the IQ information.

srcejon commented 1 week ago

Looks like the sample rate is sometimes written as 0.

And sometimes initialised as a random variable, as DemodAnalyzerWorker::m_sinkSampleRate isn't initialised.