Lines Matching +full:fixed +full:- +full:rate
8 au \- AU audio file format
27 multi-byte audio data may require byte reversal for proper playback on
72 AUDIO_AU_UNKNOWN_SIZE ( ~0 ) /* (unsigned) -1 */
87 AUDIO_AU_ENCODING_ULAW /* 8-bit u-law */
88 AUDIO_AU_ENCODING_LINEAR_8 /* 8-bit linear PCM */
89 AUDIO_AU_ENCODING_LINEAR_16 /* 16-bit linear PCM */
90 AUDIO_AU_ENCODING_LINEAR_24 /* 24-bit linear PCM */
91 AUDIO_AU_ENCODING_LINEAR_32 /* 32-bit linear PCM */
96 AUDIO_AU_ENCODING_FIXED_8 /* 8-bit fixed point */
97 AUDIO_AU_ENCODING_FIXED_16 /* 16-bit fixed point */
98 AUDIO_AU_ENCODING_FIXED_24 /* 24-bit fixed point */
99 AUDIO_AU_ENCODING_FIXED_32 /* 32-bit fixed point */
100 AUDIO_AU_ENCODING_EMPHASIS /* 16-bit linear with emphasis */
101 AUDIO_AU_ENCODING_COMPRESSED /* 16-bit linear compressed */
102 AUDIO_AU_ENCODING_EMP_COMP /* 16-bit linear with emphasis
109 AUDIO_AU_ENCODING_ALAW /* 8-bit A-law G.711 */
118 The \fBau_sample_rate\fR field contains the audio file's sampling rate in
141 always using these macros, code will be byte-order independent. See the example
180 printf("Sample rate = %d\en", local.au_sample_rate);
212 properly NULL-terminated. Thus, applications should always use the \fBau_offset