mirror of
https://github.com/xiph/opus.git
synced 2025-05-20 18:38:34 +00:00
Applies padding to all CBR packets, including PLC and CELT silence
This commit is contained in:
parent
1bf1da3c96
commit
21b131fbe5
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <opus.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/*The frame size in hardcoded for this sample code but it doesn't have to be*/
|
||||
/*The frame size is hardcoded for this sample code but it doesn't have to be*/
|
||||
#define FRAME_SIZE 960
|
||||
#define SAMPLE_RATE 48000
|
||||
#define CHANNELS 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue