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 view (last 30 days)
this is the code which i'm trying to run. audioIn = audioread('F:\dataset\Recording_2.wav'); pD = audiopluginexample.SpeechPitchDetector; [~,pitch] = process(pD,audioIn);

Answers (1)

jibrahim
jibrahim on 18 Feb 2020
This functionality ships with Audio Toolbox, so make sure your MATLAB includes Audio Toolbox.

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!