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

/external/srec/audio/AudioIn/UNIX/src/
H A Daudioinwrapper.cpp27 #define N_CHANNELS 1 macro
129 n = read(audiofd, buffer, frame_count*sizeof(short)*N_CHANNELS);
130 n /= sizeof(short)*N_CHANNELS;

Completed in 931 milliseconds