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

[#3052] Added speex nb wb bitrate in codec description

parent 75c9eab2
Branches
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class Speex : public AudioCodec
_clockRate = 8000;
_frameSize = 160; // samples, 20 ms at 8kHz
_channel = 1;
_bitrate = 0;
_bitrate = 24;
_bandwidth = 0;
initSpeex();
}
......
......@@ -39,7 +39,7 @@ class Speex : public AudioCodec
_clockRate = 16000;
_frameSize = 320; // 20 ms at 16 kHz
_channel = 1;
_bitrate = 0;
_bitrate = 42;
_bandwidth = 0;
initSpeex();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment