mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Start/Stop Audio Dump During Emulation
This commit is contained in:
@ -21,4 +21,6 @@ namespace AudioCommon
|
||||
void UpdateSoundStream();
|
||||
void ClearAudioBuffer(bool mute);
|
||||
void SendAIBuffer(short* samples, unsigned int num_samples);
|
||||
void StartAudioDump();
|
||||
void StopAudioDump();
|
||||
}
|
||||
|
Reference in New Issue
Block a user