Creating GUI for MATLAB for speaker recognition

1 view (last 30 days)
I have made a .m file for speaker recognition where I have used .wav files for specific user. But as I have to change the .wav files according to different user, I need to import the wav files according to my need. How can I integrate the imported .wav file to my codes so that I don't have to change the files manually?

Accepted Answer

Walter Roberson
Walter Roberson on 3 May 2013
uigetfile() to retrieve the file name from the user.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!