| 118 | }; |
| 119 | |
| 120 | void AudioContext::appendDebugBuffer(AudioBus* bus, int channel, int count) |
| 121 | { |
| 122 | m_internal->appendDebugBuffer(bus, channel, count); |
| 123 | } |
| 124 | |
| 125 | void AudioContext::flushDebugBuffer(char const* const wavFilePath) |
| 126 | { |
nothing calls this directly
no outgoing calls
no test coverage detected