feat: select audio input#3056
Conversation
|
Demo video pls @krushnarout |
here's demo Screen.Recording.2025-09-29.at.12.21.34.AM.movI need to fix some issues. I'll let you know once it's done |
|
ui/ux lgtm. @krushnarout finish up asap and then @mdmohsin7 review asap |
Screen.Recording.2025-09-30.at.2.27.06.PM.mov |
|
interesting. lgmt @krushnarout @mdmohsin7 i remembered that you mentioned the issue of changing the input sources that might cause a problem - a crash or something else. could you help recall it so that @krushnarout can check? |
can the connection process not be made faster and smoother, in other apps when i change audio source its almost instant |
I handle that by stopping the current audio engine, removing the existing microphone tap, resetting the audio engine to a clean state, installing a new microphone tap, and then starting the audio engine again. |
It’s a 5 second delay due to reinitializing the websocket and audio capture session each time the audio source changes |
* feat: select audio input * feat: make ui good * fix: show snackbar * fix: frequent audio device switches work properly * fix: close dropdown on outside click and fix device display issue
closes #3013