Lines Matching full:sample
102 Here a "frame" is an ALSA term. A frame is comprised of 1 sample if mono,
427 /* NOTE: here a frame is comprised of 1 sample if mono, 2 samples if stereo, etc */
437 /* AudioRead() - output: number of frames (mono: 1 sample, stereo: 2 samples)*/
456 /* x: index for start of input samples; y: index for output sample */
623 /* NOTE: here a frame is comprised of 1 sample if mono, 2 samples if stereo, etc */
653 /* x: index for start of input samples; y: index for output sample */
811 if ( AudioSetInputFormat ( 44100, NR_OF_CHANNELS ) != 0 ) /* sample at 44100 then downsample */
1277 rather than 1 sample at a time. */