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?

2 Ansichten (letzte 30 Tage)
this is the code which i'm trying to run. audioIn = audioread('F:\dataset\Recording_2.wav'); pD = audiopluginexample.SpeechPitchDetector; [~,pitch] = process(pD,audioIn);

Antworten (1)

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

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by