the .wav files we imported so far were recorded by SDR# programme.
the rtlsdr community uses also .dat files with the raw iq baseband output from the rtlsdr dongle.
DirectDemod shall be able to also import raw iq baseband. Then we also need to have either files with meta data of the recording, or the user need to provide the input data like center frequency, sample rate and so on that is stored in the .wav file.
https://github.com/aerospaceresearch/DirectDemod/blob/fd2ee400931a0a298b128d2a16e6c2d7805d3c3b/directdemod/source.py#L53
the .wav files we imported so far were recorded by SDR# programme.
the rtlsdr community uses also .dat files with the raw iq baseband output from the rtlsdr dongle. DirectDemod shall be able to also import raw iq baseband. Then we also need to have either files with meta data of the recording, or the user need to provide the input data like center frequency, sample rate and so on that is stored in the .wav file.