Skip to content

Commit 8f57841

Browse files
authored
Merge pull request adafruit#1926 from C47D/fix_wav_samplerate
[shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t t…
2 parents c5a4e19 + 671178c commit 8f57841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-module/audioio/WaveFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ typedef struct {
4444
uint32_t bytes_remaining;
4545

4646
uint8_t channel_count;
47-
uint16_t sample_rate;
47+
uint32_t sample_rate;
4848

4949
uint32_t len;
5050
pyb_file_obj_t* file;

0 commit comments

Comments
 (0)