Beep sounds do not work in a compiled application

1 view (last 30 days)
Hi,
I realy dont know where is the problem. Beep sounds work perfectly when my application starts through Matlab but they do not work when the application is compiled to exe. I have checked settings on my system (Windows 8) and also tried this on another computer with Windows 7. Any idea? Anyone can try it?
Thanks a lot, Filip

Accepted Answer

Image Analyst
Image Analyst on 8 Sep 2013
Can you try to play other sounds and tell us if that works?
[waveFileData, Fs, nbits, readinfo] = wavread(fullWavFileName);
sound(waveFileData, Fs);
  4 Comments
Filip Dvoracek
Filip Dvoracek on 8 Sep 2013
I can... The core of the problem is not solved but this helps a lot!
Image Analyst
Image Analyst on 8 Sep 2013
If you really want the beep(), you can call them and work with them and they will figure it out. You paid enough for the compiler so might as well get some support for it. Have you checked out your sound settings? I know Windows has several settings for different ways the sounds can be generated. Sometimes one of them gets set way down. Right click on the speaker icon and select "Open Volume Mixer" and make sure all sliders are at the top.

Sign in to comment.

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!