Hi I am using speex library to encode .wav files or vice versa. The sampling rate of the files is always 8KHz, so frame size is fixed to 20ms. But is there a way by which I can use a different framesize for encoding without the file getting corrupted. Thanks & regards Chinoy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070122/434ed3a5/attachment.htm
> I am using speex library to encode .wav files or vice versa. The > sampling rate of the files is always 8KHz, so frame size is fixed to > 20ms. But is there a way by which I can use a different framesize for > encoding without the file getting corrupted.Sure, all you have to do is hack the source code to create a new codec ;-) Jean-Marc