I want a souce code for speech to text.
Show older comments
I am doing a project to convert a audio to text and a to count a specific letter
1 Comment
Dat Le
on 1 Apr 2021
Hey, do u have source code?
Answers (3)
jibrahim
on 11 Feb 2020
0 votes
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis:
Image Analyst
on 14 Apr 2021
0 votes
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"
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!