We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9151982 commit d3bca24Copy full SHA for d3bca24
src/AudioCaptureImpl_SDL.cpp
@@ -91,6 +91,7 @@ void AudioCaptureImpl::AudioDeviceIndex(int index)
91
{
92
if (index >= -1 && index < SDL_GetNumAudioDevices(true))
93
94
+ StopRecording();
95
_currentAudioDeviceIndex = index;
96
StartRecording(_projectMHandle, index);
97
}
0 commit comments