Skip to content

Commit

Permalink
Tweak the mic gain
Browse files Browse the repository at this point in the history
  • Loading branch information
francip committed Jul 7, 2024
1 parent 0c0d0b0 commit 5c0abbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static size_t compressed_buffer_size = 400 + 3; /* header */
#else
static size_t recording_buffer_size = FRAME_SIZE * 2; // 16-bit samples
static size_t compressed_buffer_size = recording_buffer_size + 3; /* header */
#define VOLUME_GAIN 4
#define VOLUME_GAIN 2
#endif
static uint8_t *s_recording_buffer = nullptr;
static uint8_t *s_compressed_frame = nullptr;
Expand Down

0 comments on commit 5c0abbf

Please sign in to comment.