rvideo
rvideo copied to clipboard
Avoid exception on audio_channels method
This commit fixes a "Stack level too deep" exception when running into the else on the case statement. The exception message was calling this method again, making it an infinite loop.