engine: platform: add audio capture shutdown functions

This commit is contained in:
Alibek Omarov
2022-08-20 03:17:51 +03:00
parent 905bbf1515
commit 22ff45f5d0
5 changed files with 33 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ void SNDDMA_Activate( qboolean active ); // pause audio
// void SNDDMA_LockSound( void ); // unused
// void SNDDMA_UnlockSound( void ); // unused
qboolean VoiceCapture_Init( void );
void VoiceCapture_Shutdown( void );
qboolean VoiceCapture_RecordStart( void );
void VoiceCapture_RecordStop( void );