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

Method getSampleRate

src/audio_play/ToneGenerator.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141float ToneGenerator::getSampleRate() {
142 return _sample_rate;
143}
144
145WAVConfigurationPacket ToneGenerator::get_config() {
146 WAVConfigurationPacket wav_packet;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected