Skip to content

Commit

Permalink
add framesize for opus
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 committed Dec 20, 2024
1 parent 110cf6a commit 2d3bd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenGlass/firmware/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ OpusEncoder *opus_encoder = nullptr;
#define CHANNELS 1
#define MAX_PACKET_SIZE 1000

#define FRAME_SIZE 160
#define SAMPLE_RATE 16000
#define SAMPLE_BITS 16

Expand Down

0 comments on commit 2d3bd42

Please sign in to comment.