Skip to content
Snippets Groups Projects
Commit 8a90788a authored by Alexandre Savard's avatar Alexandre Savard
Browse files

defining speex 16khz

parent 8ea76fce
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class Speex : public AudioCodec{
_speex_frame_size(),
_preprocess_state()
{
_clockRate = 8000;
_clockRate = 16000;
_channel = 1;
_bitrate = 0;
_bandwidth = 0;
......@@ -136,7 +136,7 @@ class Speex : public AudioCodec{
// the class factories
extern "C" AudioCodec* create() {
return new Speex(110);
return new Speex(111);
}
extern "C" void destroy(AudioCodec* a) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment