How can speech be converted to text?

10 次查看(过去 30 天)
Here is the flowchart of my system: User speaks >> Speech to Text conversion >> Text is sent to chatGPT >> Process ends.
My question is regarding the "Speech to Text" block: Is the "Audio Toolbox" sufficient for this task, or is an external API like the Google Speech API also required?
Furthermore, does the "Audio Toolbox" support multiple languages, or is it limited to English only?

采纳的回答

Govind KM
Govind KM 2023-6-2
Hi Ismat,
As per documentation, Audio Toolbox enables you to interface with third-party speech-to-text APIs from MATLAB, requiring extended Audio Toolbox functionality available from File Exchange, and one of the following APIs : Google Speech, IBM Watson Speech, Microsoft Azure Speech, or Amazon Transcribe (Amazon Transcribe requires R2022b or later).
Starting in MATLAB R2022b, you can use convert speech to text using a pretrained wav2vec 2.0 model that does not require access to an external API, and without needing to download extended Audio Toolbox functionality from File Exchange. Using the wav2vec2.0 model will require the Deep Learning Toolbox. You can also perform speech transcription interactively using the Signal Labeler app.
You can refer to these documentation links for further information on using these tools:
  2 个评论
Ismat
Ismat 2023-6-2
Thank you very much for your answer.
The wav2vec2.0 model requires both the Audio Toolbox and Deep Learning Toolbox, which is not an efficient way economically. As you know, each toolbox incurs additional expenses. However, I still have the same question.
  1. If I purchase the "Audio Toolbox," can I use the speech2text function?
  2. Do I need an external API if I buy a license for the "Audio Toolbox"?
Govind KM
Govind KM 2023-6-2
If you purchase a license for the Audio Toolbox, you can use the speech2text function. However, the function requires a client object as an input argument, which is an interface to either the wav2vec2.0 model or any of the four external APIs mentioned above.
Hence, you will need either the wav2vec2.0 model or one of the four mentioned external APIs to use the speech2text function effectively.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Segmentation 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by