MATLAB: How to increase or decrease the volume using audioplayer without using java

MATLABmatlab sound

I had used the audio player to play the audio file from the listbox. So, I want to increase the volume of music using slider without using the java sound in matlab gui

Best Answer

Jeet - perhaps you could modify the amplitude of the sound wave to control the volume. Please see How do I control the audio volume when using AUDIOPLAYER in MATLAB? for details.