Can we use the Microsoft Speech API's speech to text functionality in MATLAB?
Mostra commenti meno recenti
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);
Risposte (2)
Categorie
Scopri di più su Speech Recognition in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!