Users have requested the ability to disable the Speech recognition feature.
Created a new environment variable: NEXT_PUBLIC_SPEECH_ENABLED
This will hide the microphone icon in the frontend (which also disables text-to-speech reading back the response from the AI, because that only runs when the microphone was used).
This will not delete the Azure Speech resource.
Documentation has been updated -- except for the architecture diagram which needs to have speech added.
Users have requested the ability to disable the Speech recognition feature.
Created a new environment variable: NEXT_PUBLIC_SPEECH_ENABLED
This will hide the microphone icon in the frontend (which also disables text-to-speech reading back the response from the AI, because that only runs when the microphone was used).
This will not delete the Azure Speech resource.
Documentation has been updated -- except for the architecture diagram which needs to have speech added.