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

Réponses (1)

jibrahim
jibrahim le 18 Fév 2020
This functionality ships with Audio Toolbox, so make sure your MATLAB includes Audio Toolbox.

Catégories

En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by