@Enrico Citti Bertino
Hello! Yes, noise threshold detection is definitely feasible and can be a smart way to manage environments where the noise level can interfere with voice recognition. To implement this, you would typically need to integrate a noise detection algorithm that monitors the ambient sound level in real-time. When the noise level exceeds the predefined threshold, the system can automatically switch to an alternative input method, such as a numeric keypad.
The specifics of how to set this up would depend on the details of your current system and the technology stack you're using. You might need to use audio processing libraries or APIs that can analyze the sound and provide you with the necessary data to make decisions.
If you need further assistance with the implementation or have any other questions, feel free to ask!