I want a souce code for speech to text.

8 ビュー (過去 30 日間)
Neon
Neon 2017 年 7 月 17 日
回答済み: Image Analyst 2021 年 4 月 14 日
I am doing a project to convert a audio to text and a to count a specific letter
  1 件のコメント
Dat Le
Dat Le 2021 年 4 月 1 日
Hey, do u have source code?

サインインしてコメントする。

回答 (3 件)

KSSV
KSSV 2017 年 7 月 17 日
  2 件のコメント
Jan
Jan 2017 年 7 月 17 日
A general answer for a general question. +1
@Neon: You can expect more explicite answers, if the question is more explicite.
Neon
Neon 2017 年 7 月 17 日
I want a source code that can print the given speech

サインインしてコメントする。


jibrahim
jibrahim 2020 年 2 月 11 日
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis:

Image Analyst
Image Analyst 2021 年 4 月 14 日
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"

カテゴリ

Help Center および File ExchangeSpeech Recognition についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by