| 90 | |
| 91 | std::shared_ptr<AudioParam> playbackRate() { return m_playbackRate; } |
| 92 | std::shared_ptr<AudioParam> detune() { return m_detune; } |
| 93 | std::shared_ptr<AudioParam> dopplerRate() { return m_dopplerRate; } |
| 94 | |
| 95 | // returns the greatest sample index played back by any of the scheduled |
nothing calls this directly
no outgoing calls
no test coverage detected