mirror of
https://github.com/xiph/opus.git
synced 2025-05-17 17:08:29 +00:00
Using macros for sizes in the demo
This commit is contained in:
parent
9f78e58392
commit
77d02dbd2f
2 changed files with 13 additions and 11 deletions
|
@ -49,6 +49,8 @@
|
|||
#define LPCNET_COMPRESSED_SIZE 8
|
||||
/** Number of audio samples in a packet. */
|
||||
#define LPCNET_PACKET_SAMPLES (4*160)
|
||||
/** Number of audio samples in a feature frame (not for encoding/decoding). */
|
||||
#define LPCNET_FRAME_SIZE (160)
|
||||
|
||||
typedef struct LPCNetState LPCNetState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue