MCPcopy 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
21void WavRecorder::setSampleRate(int sampleRate) {
22 _sampleRate = sampleRate;
23}
24
25void WavRecorder::setChannels(int channels) {
26 _channels = channels;

Callers 1

beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected