| 244 | bool m_DeviceResetPending; |
| 245 | |
| 246 | float* GetDecoderBufferBase(uint8_t channel) const { assert(channel < SOUND_MAX_DECODE_CHANNELS); return (float*)((uintptr_t)m_DecoderOutput[channel] + SOUND_MAX_HISTORY * sizeof(float)); } |
| 247 | }; |
| 248 | |
| 249 | SoundSystem* g_SoundSystem = 0; |
no test coverage detected