MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / setSampleRate

Method setSampleRate

src/utils/WAVWriter.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void WAVWriter::setSampleRate(int sampleRate) {
22 info.setSampleRate(sampleRate);
23}
24
25void WAVWriter::setChannels(int channels) {
26 info.setNumChannels(channels);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected