Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ get_buffer
Method
get_buffer
src/audio_play/I2S_Player.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
CircularBlockBuffer *I2S_Player::get_buffer() {
131
return &(stream->buffer);
132
}
133
134
void I2S_Player::reset_buffer() {
135
// reset the buffer
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected