I am trying to use audiopluginexample in a matlab program. However, it gives the following error: Undefined variable "audiopluginexample" or class "audiopluginexample.SpeechPitchDetector". This is the first time i am using Matlab. Please help anyone?
this is the code which i'm trying to run. audioIn = audioread('F:\dataset\Recording_2.wav'); pD = audiopluginexample.SpeechPitchDetector; [~,pitch] = process(pD,audioIn);
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
2 Comments
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/376145-i-am-trying-to-use-audiopluginexample-in-a-matlab-program-however-it-gives-the-following-error-un#comment_647710
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/376145-i-am-trying-to-use-audiopluginexample-in-a-matlab-program-however-it-gives-the-following-error-un#comment_647710
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/376145-i-am-trying-to-use-audiopluginexample-in-a-matlab-program-however-it-gives-the-following-error-un#comment_798334
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/376145-i-am-trying-to-use-audiopluginexample-in-a-matlab-program-however-it-gives-the-following-error-un#comment_798334
Sign in to comment.