I want a souce code for speech to text.

6 views (last 30 days)
Neon
Neon on 17 Jul 2017
Answered: Image Analyst on 14 Apr 2021
I am doing a project to convert a audio to text and a to count a specific letter

Answers (3)

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

Sign in to comment.


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

Image Analyst
Image Analyst on 14 Apr 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"

Products

Community Treasure Hunt

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

Start Hunting!