I am trying to use audiopluginexample in a matlab program. However, it gives the following error: Undefined variable "audiopluginexample" or class "audioplug​inexample.​SpeechPitc​hDetector"​. This is the first time i am using Matlab. Please help anyone?

1 回表示 (過去 30 日間)
this is the code which i'm trying to run. audioIn = audioread('F:\dataset\Recording_2.wav'); pD = audiopluginexample.SpeechPitchDetector; [~,pitch] = process(pD,audioIn);

回答 (1 件)

jibrahim
jibrahim 2020 年 2 月 18 日
This functionality ships with Audio Toolbox, so make sure your MATLAB includes Audio Toolbox.

カテゴリ

Help Center および File ExchangeAudio I/O and Waveform Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by