Speech To Text SAPI Offine mode

Hello everyone, I've done some research on Speech-To-Text at the MathWorks community and found this solution:
Is it possible to get the code to function without an internet connection?(Since it makes use of different SAPIs)
Thanks in advance

 Respuesta aceptada

jibrahim
jibrahim el 24 de Mzo. de 2022

1 voto

Hi Nikos,
You can try out wav2vec 2.0. You can find a MATLAB implementation here:

3 comentarios

Nikos Korobos
Nikos Korobos el 28 de Mzo. de 2022
Hi Jibrahim,
Your solution works flawlessly but what if I want to save the output of the wav2vec function to a txt file?
Used the code below
I did manage to get it to save as a txt but it turns out to be an empty text file.
Also I got this error
jibrahim
jibrahim el 28 de Mzo. de 2022
Hi Nikos,
Try this:
writematrix(txt,'sttfile.txt' );
Nikos Korobos
Nikos Korobos el 28 de Mzo. de 2022
Thanks a ton!

Iniciar sesión para comentar.

Más respuestas (0)

Productos

Versión

R2021b

Preguntada:

el 23 de Mzo. de 2022

Comentada:

el 28 de Mzo. de 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by