Forum Discussion
WoodrowProctor
May 10, 2024Copper Contributor
Azure Speech To Text Phoneme Detection
Hello, I am working on a very niche speech detection app that Azure has been very helpful for but I still have some large hurdles to cross. I would like to be able to detect a user sounding out i...
Kidd_Ip
Feb 12, 2025MVP
How about this:
- Use Pronunciation Assessment: Azure offers a pronunciation assessment feature that evaluates speech pronunciation and provides feedback on the accuracy and fluency of spoken audio. This might help in detecting individual phonemes more accurately.
- Adjust Configuration Parameters: Ensure that your SpeechRecognizer configuration is set up correctly. You can specify the language and enable prosody and content assessment to improve phoneme detection.
- Continuous Recognition Mode: If your audio files exceed 30 seconds, consider using continuous recognition mode for processing. This mode allows for uninterrupted streaming and might help in detecting isolated phonemes.
- Customize Speech Recognition Model: You might need to customize the speech recognition model to better suit your needs. This could involve training the model with specific phoneme data to improve its ability to detect isolated sounds.