lucoiso / UEAzSpeech

This plugin integrates Azure Speech Cognitive Services in Unreal Engine.
https://forums.unrealengine.com/t/free-azspeech-plugin-async-text-to-voice-and-voice-to-text-with-microsoft-azure/495394
MIT License
199 stars 47 forks source link

Issue with Speech to Text on Specific Device (Quest 3) #267

Open yvasquezmonoku opened 1 month ago

yvasquezmonoku commented 1 month ago

Hello,

I'm trying to use Speech to Text on several devices (Quest 2), and the voice-to-text detection works without issues on most of them. However, on one specific device (Quest 3) , when I start the Speech to Text function with custom options, it doesn't return anything – no recognition completed, updated, or failed events are triggered.

I'd like to understand why this device is not working with speech recognition. Is there any way to log when this function fails?

Additionally, other apps using the microphone on this device are functioning correctly, so I can rule out any microphone issues.

Thank you in advance for your help.