mirror of
https://github.com/google/liblc3.git
synced 2026-04-28 01:44:48 +00:00
fix: Remove VLA to support compilation with MSVC
This commit is contained in:
@@ -126,13 +126,17 @@ extern "C" {
|
||||
* Limitations
|
||||
* - On the bitrate, in bps, of a stream
|
||||
* - On the size of the frames in bytes
|
||||
* - On the number of samples by frames
|
||||
*/
|
||||
|
||||
#define LC3_MIN_BITRATE 16000
|
||||
#define LC3_MAX_BITRATE 320000
|
||||
#define LC3_MIN_BITRATE 16000
|
||||
#define LC3_MAX_BITRATE 320000
|
||||
|
||||
#define LC3_MIN_FRAME_BYTES 20
|
||||
#define LC3_MAX_FRAME_BYTES 400
|
||||
#define LC3_MIN_FRAME_BYTES 20
|
||||
#define LC3_MAX_FRAME_BYTES 400
|
||||
|
||||
#define LC3_MIN_FRAME_SAMPLES __LC3_NS( 7500, 8000)
|
||||
#define LC3_MAX_FRAME_SAMPLES __LC3_NS(10000, 48000)
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user