필터 지우기
필터 지우기

Audio Toolbox transcribe not working even with toolbox and license

조회 수: 3 (최근 30일)
See the following command line output:
Error using Wav2VecSpeechClient/transcribe
Audio Toolbox is required for wav2vec 2.0. Install Audio Toolbox and activate a license.
Error in speech2text
Error in abdulazd_3W03_Lab8_script (line 57)
transcript = speech2text(transcriber,y,fs);
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.14.0.2337262 (R2023a) Update 5
MATLAB License Number: 40924515
Operating System: Microsoft Windows 11 Famille Version 10.0 (Build 22621)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.14 (R2023a)
Audio Toolbox Version 3.4 (R2023a)
Curve Fitting Toolbox Version 3.9 (R2023a)
DSP System Toolbox Version 9.16 (R2023a)
Image Processing Toolbox Version 11.7 (R2023a)
Signal Processing Toolbox Version 9.2 (R2023a)
Symbolic Math Toolbox Version 9.3 (R2023a)
>> license('inuse')
audio_system_toolbox
matlab
neural_network_toolbox
signal_blocks
signal_toolbox
I'm confused why the transcribe method isn't working. I have a license and the toolbox downloaded, according to the ver and license commands, right? I am able to run transcriber = speechClient("wav2vec2.0"); without any issues, so I think I downloaded the toolbox properly.

채택된 답변

Steven Lord
Steven Lord 2023년 11월 9일
편집: Steven Lord 2023년 11월 9일
Looking at the documentation page for the speech2text function, I see a Note in the Decription section that looks relevant.
"To use speech2text with the third-party speech services, you must download the extended Audio Toolbox™ functionality from File Exchange. The File Exchange submission includes a tutorial to get started with the third-party services.
Using wav2vec 2.0 requires Deep Learning Toolbox™ and installing the pretrained model."
The error message you received does seem incorrect to me. Based on that Note and the output of ver you posted, it probably should have indicated you don't have Deep Learning Toolbox installed instead of Audio Toolbox. I've reported this to the development staff.
  댓글 수: 1
Dabeer Abdul-Azeez
Dabeer Abdul-Azeez 2023년 11월 16일
You're absolutely correct! Installing the Deep Learning Toolbox allowed it work. I didn't need to use the File Exchange link you sent, though, just installed the Audio Toolbox and the Deep Learning Toolbox.
Thanks a million :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by