OpenVoiceChat
OpenVoiceChat copied to clipboard
Fix audio handling
There should be an audio handler that handles audio input and output. Having separate listener and player don't make sense. Also listening, listening for interruption should be states instead of processes. We should always be listening, since that's what we end up doing. Then depending on the state the input audio is handled accordingly.