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

@@ -356,4 +356,9 @@ void VoiceCapture_RecordStop( void )
}
void VoiceCapture_Shutdown( void )
{
}
#endif