Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ setSampleRate
Method
setSampleRate
src/audio_pdm/BLEStream.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void BLEStream::setSampleRate(int sampleRate) {
35
_sampleRate = sampleRate;
36
}
37
38
void BLEStream::setChannels(int channels) {
39
_channels = channels;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected