Support for 96kHz.

This commit is contained in:
Gregory Maxwell 2008-12-02 12:06:14 -05:00 committed by Jean-Marc Valin
parent 920648e09f
commit 8ed865813e
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ typedef struct CELTMode CELTMode;
/** Creates a new mode struct. This will be passed to an encoder or decoder.
The mode MUST NOT BE DESTROYED until the encoders and decoders that use it
are destroyed as well.
@param Fs Sampling rate (32000 to 64000 Hz)
@param Fs Sampling rate (32000 to 96000 Hz)
@param channels Number of channels
@param frame_size Number of samples (per channel) to encode in each packet (64 - 256)
@param lookahead Extra latency (in samples per channel) in addition to the frame size (between 32 and frame_size). The larger that value, the better the quality (at the expense of latency)