pcm_mode |
PCM encoding to apply while reading, one of:
OGGVORBIS_PCM_U8 , OGGVORBIS_PCM_S8 ,
OGGVORBIS_PCM_U16_BE , OGGVORBIS_PCM_S16_BE ,
OGGVORBIS_PCM_U16_LE , and OGGVORBIS_PCM_S16_LE .
(8 vs 16 bit, signed or unsigned, big or little endian )
|
OGGVORBIS_PCM_S16_LE |
Read |
rate |
Sampling rate of input data, expressed in Hz
|
44100 |
Write/Append |
bitrate |
When given as an integer, the fixed bitrate at which to encode. (16000 to 131072)
When given as a float, the variable bitrate quality to use. (-1.0 to 1.0)
|
128000 |
Write/Append |
channels |
The number of audio channels to encode, typically 1 (Mono), or 2 (Stereo).
May range as high as 16.
|
2 |
Write/Append |
comments |
An array of string values to encode into the track header.
|
|
Write/Append |