Playing Sound Files

  • Thread starter Thread starter Jonesgj
  • Start date Start date
J

Jonesgj

Hi All.

I want to play a wav, MP3 or WMA file from my app. Is this easy to to? My
old VB app would play a particle wav to attract the users attention if they
were not at the terminal. I would like to do the same in VB.NEt, but I
thought about being able to play MP3s for fun...

Any help appreciated.

Thanks

JonesG
 
* "Jonesgj said:
I want to play a wav, MP3 or WMA file from my app. Is this easy to to? My
old VB app would play a particle wav to attract the users attention if they
were not at the terminal. I would like to do the same in VB.NEt, but I
thought about being able to play MP3s for fun...

For playing small Wave files:

<URL:http://dotnet.mvps.org/dotnet/code/miscsources/>
-> "Abspielen einer eingebetteten Klangdatei"

Multimedia
<URL:http://www.mentalis.org/soft/class.qpx?id=1>

WaveFile
<URL:http://www.mentalis.org/soft/class.qpx?id=14>
 
Jonesgj said:
Hi All.

I want to play a wav, MP3 or WMA file from my app. Is this easy to to? My
old VB app would play a particle wav to attract the users attention if
they
were not at the terminal. I would like to do the same in VB.NEt, but I
thought about being able to play MP3s for fun...

Any help appreciated.

Thanks

JonesG

I've used both ways the first articles talks about. I've found this just as
easy (and works with more file types): http://www.fmod.org/. It's free for
non-commercial use and only takes a few lines of code to work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top