#include "wvspeex.h"
#include <speex.h>
#include <speex_header.h>
Go to the source code of this file.
Functions | |
SpeexMode * | get_speex_mode (WvSpeex::CodecMode modeid, int samplingrate) |
Returns the SpeexMode to use for a given sampling rate. |
|
Returns the SpeexMode to use for a given sampling rate. "modeid" is the suggested mode "samplingrate" is the sampling rate Definition at line 19 of file wvspeex.cc. Referenced by WvSpeexDecoder::WvSpeexDecoder(), and WvSpeexEncoder::WvSpeexEncoder(). |