Skip to content

Commit

Permalink
samplerate fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
batica81 committed Dec 4, 2022
1 parent 6e74806 commit c372c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified binaryBuilds/usb_analog_microphone.uf2
Binary file not shown.
3 changes: 1 addition & 2 deletions examples/usb_analog_microphone/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ const struct analog_microphone_config config = {
.bias_voltage = 0,

// sample rate in Hz
//.sample_rate = 16000,
.sample_rate = 192000,
.sample_rate = 16000,

// number of samples to buffer
.sample_buffer_size = SAMPLE_BUFFER_SIZE,
Expand Down

0 comments on commit c372c7f

Please sign in to comment.