Skip to content
Snippets Groups Projects
Commit 9acd9293 authored by Gregory Maxwell's avatar Gregory Maxwell
Browse files

Update comment in celt.h to reflect that frame sizes up to 512 are supported.

parent 7884b22d
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ typedef struct CELTMode CELTMode;
are destroyed as well.
@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 frame_size Number of samples (per channel) to encode in each packet (64 - 512)
@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)
@param error Returned error code (if NULL, no error will be returned)
@return A newly created mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment