Audio data now goes through a ringbuffer first so we can hopefully smooth out the sequence number errors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user