Audio data now goes through a ringbuffer first so we can hopefully smooth out the sequence number errors

This commit is contained in:
2022-07-05 00:26:55 +02:00
parent b338fbcca2
commit 2bbc3673b6
3 changed files with 69 additions and 13 deletions

View File

@@ -9,4 +9,6 @@ namespace i2s {
uint32_t get_sample_rate();
void set_sample_rate(uint32_t sample_rate);
void write(const uint8_t* data, size_t length);
}