How to use speechClient("wav2vec2.0") command
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I need to convert speech into text.I used speechClient("wav2vec2.0") command but got the following error
Error using speechClient (line 26)
Expected apiName to match one of these values:
'Google', 'IBM', 'Microsoft'
The input, 'wav2vec2.0', did not match any of the valid values.
Please share the solution to resolve the error.
0 commentaires
Réponses (1)
Steven Lord
le 16 Mai 2024
From the speechClient documentation page: "Using wav2vec 2.0 requires Deep Learning Toolbox and installing the pretrained model."
Do you have Deep Learning Toolbox installed? I suspect this File Exchange submission is the "pretrained model" to which the documentation page refers.
5 commentaires
Steven Lord
le 23 Mai 2024
In that case I'm not sure why it's not working. You should probably contact Technical Support directly using this link.
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows 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!