shithub: opus

Download patch

ref: 9acd9293c35b9b2c005e8582fbdbbf3caebbe5fc
parent: 7884b22dcb06a27f3bd4014c8959b99fa284cabb
author: Gregory Maxwell <[email protected]>
date: Fri Feb 6 13:16:41 EST 2009

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

--- a/libcelt/celt.h
+++ b/libcelt/celt.h
@@ -114,7 +114,7 @@
     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