Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ setSampleRate
Method
setSampleRate
src/audio_pdm/WavRecorder.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void WavRecorder::setSampleRate(int sampleRate) {
22
_sampleRate = sampleRate;
23
}
24
25
void WavRecorder::setChannels(int channels) {
26
_channels = channels;
Callers
1
begin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected