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

[#3052] Use Celt 32000 with 320 frame size

parent b4430156
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ class Celt : public AudioCodec ...@@ -29,7 +29,7 @@ class Celt : public AudioCodec
Celt (int payload=0) : AudioCodec (payload, "celt") { Celt (int payload=0) : AudioCodec (payload, "celt") {
_clockRate = 32000; _clockRate = 32000;
_frameSize = 512; // fixed frameSize, TODO: support variable size from 64 to 512 _frameSize = 320; // fixed frameSize, TODO: support variable size from 64 to 512
_channel = 1; _channel = 1;
_bitrate = 0; _bitrate = 0;
_bandwidth = 0; _bandwidth = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment