| 123 | } |
| 124 | |
| 125 | void AudioContext::flushDebugBuffer(char const* const wavFilePath) |
| 126 | { |
| 127 | m_internal->flushDebugBuffer(wavFilePath); |
| 128 | } |
| 129 | |
| 130 | |
| 131 | AudioContext::AudioContext(bool isOffline) |
nothing calls this directly
no outgoing calls
no test coverage detected