Searched refs:NR_OF_CHANNELS (Results 1 - 1 of 1) sorted by relevance

/external/srec/audio/AudioIn/UNIX/src/
H A Daudioin.c89 #define NR_OF_CHANNELS 1 macro
811 if ( AudioSetInputFormat ( 44100, NR_OF_CHANNELS ) != 0 ) /* sample at 44100 then downsample */
825 if ( AudioSetInputFormat ( ulFrequency, NR_OF_CHANNELS ) != 0 )
921 if ((rc = snd_pcm_hw_params_set_channels(ghPCM, hwparams, NR_OF_CHANNELS)) < 0)

Completed in 39 milliseconds