NaomiProject / Naomi

The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
https://projectnaomi.com/
MIT License
242 stars 47 forks source link

input/output device testing not working #408

Closed aaronchantrill closed 1 month ago

aaronchantrill commented 1 month ago

Description

At one point in the repopulate process, right after selecting the output and input devices, the user is given a chance to test the devices by recording themselves speaking into the selected input device and having the audio played back to them over the selected output device. This is a good way of tracking down a number of issues in the audio system, including issues like bad recordings or recordings with volumes that are too low for the STT system to process.

Expected Behavior

If the user responds "Yes" to the prompt "Would you like me to test your selection by recording your voice and playing it back to you?" then they should hear a beep, letting them know to start speaking, and see a volume level bar at the bottom of the window.

Actual Behavior

If the user responds "Yes" to the prompt, Naomi plays a beep but then just moves on to the next question about the Voice Activity Dectector engine.