Can we use the Microsoft Speech API's speech to text functionality in MATLAB?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can we use the Microsoft Speech API's speech to text functionality in MATLAB? Here is the code for text to speech.How can we use the functionality of SAPI is speech to text?
For tts:
textIn = 'voice';
ha = actxserver('SAPI.SpVoice');
invoke(ha,'speak',textIn);
0 commentaires
Réponses (2)
jibrahim
le 11 Fév 2020
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis:
0 commentaires
Voir également
Catégories
En savoir plus sur Speech Recognition dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!