Home
last modified time | relevance | path

Searched refs:highpassthroughgain (Results 1 – 2 of 2) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/src/
H A Dfreedv_rx.c66 int use_squelch, highpassthroughgain; in main() local
114 highpassthroughgain = 0; in main()
123 else if (strcmp(argv[i], "--highpassthroughgain") == 0) highpassthroughgain = 1; in main()
149 if (highpassthroughgain) { freedv_passthrough_gain(freedv, 1.0); } in main()
/dports/audio/codec2/codec2-1.0.3/unittest/
H A Dota_voice_test.sh89 …freedv_rx ${mode} ${rx} - -v --highpassthroughgain 2>rx_stats.txt | sox -t .s16 -r 8000 -c 1 - rx_…