I want a souce code for speech to text.

8 visualizaciones (últimos 30 días)
Neon
Neon el 17 de Jul. de 2017
Respondida: Image Analyst el 14 de Abr. de 2021
I am doing a project to convert a audio to text and a to count a specific letter

Respuestas (3)

KSSV
KSSV el 17 de Jul. de 2017
  2 comentarios
Jan
Jan el 17 de Jul. de 2017
A general answer for a general question. +1
@Neon: You can expect more explicite answers, if the question is more explicite.
Neon
Neon el 17 de Jul. de 2017
I want a source code that can print the given speech

Iniciar sesión para comentar.


jibrahim
jibrahim el 11 de Feb. de 2020
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis:

Image Analyst
Image Analyst el 14 de Abr. de 2021
Search for
"Label Spoken Words in Audio Signals Using External API"
v = getLabelValues(transcribedAudio,1,ln)
v=7×2 table
ROILimits Value
____________ ________
0.09 0.56 "oak"
0.59 0.97 "is"
1 1.78 "strong"
1.94 2.19 "and"
2.22 2.67 "also"
2.67 3.22 "gives"
3.25 3.91 "shade"

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by