I want a souce code for speech to text.

8 vues (au cours des 30 derniers jours)
Neon
Neon le 17 Juil 2017
I am doing a project to convert a audio to text and a to count a specific letter
  1 commentaire
Dat Le
Dat Le le 1 Avr 2021
Hey, do u have source code?

Connectez-vous pour commenter.

Réponses (3)

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

Connectez-vous pour commenter.


jibrahim
jibrahim le 11 Fév 2020
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis:

Image Analyst
Image Analyst le 14 Avr 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"

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by