logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fm_demod - a diagnostic tool for the codec2 library to create an audio file from signal samples.

Description

       Given  an  input raw file (44.4 kHz, 16 bit shorts) with a FM signal centered 11.1 kHz, outputs a file of
       demodulated audio samples.

Name

       fm_demod - a diagnostic tool for the codec2 library to create an audio file from signal samples.

Options

       The first argument, InputFMRawFile is the file name of a file with FM signal samples. If "-" is given the
       input is taken from stdin.

       The second argument, OutputSpeechRawFile is the file name of a file to be created with audio data. If "-"
       is given the output is sent to stdout.

See Also

fsk_mod(1), fdmdv_mod(1), fdmdv_demod(1), fdmdv_get_test_bits(1) fdmdv_put_test_bits(1)

fm_demod                                           2015-02-24                                        FM_DEMOD(1)

Synopsis

fm_demodusage:InputFMRawFileOutputSpeechRawFile

See Also