bump sample rate to 22256
this is the "correct" rate based on the original horizontal line rate of the mac plus and is supported on the fruit jam i2s dac
This commit is contained in:
parent
1d7580c8b5
commit
9f7a3ac7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ struct audio_buffer_pool *producer_pool;
|
||||||
|
|
||||||
static audio_format_t audio_format = {
|
static audio_format_t audio_format = {
|
||||||
.format = AUDIO_BUFFER_FORMAT_PCM_S16,
|
.format = AUDIO_BUFFER_FORMAT_PCM_S16,
|
||||||
.sample_freq = 20000,
|
.sample_freq = 22256, // 60.15Hz*370, rounded up
|
||||||
.channel_count = 1,
|
.channel_count = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue