How do I play .mid and .midi files? Somone knows? I tried to use DirectX but it wont work.
Printable View
How do I play .mid and .midi files? Somone knows? I tried to use DirectX but it wont work.
Noone knows?
Windows Media Player should be able to play these audio files fine. Have you tried open them using WMP?
I see, you don't know what I mean, I want my APPLICATION, to play those audio files, just for BGM for my game. And I don't want to convert them to .mp3Quote:
Originally Posted by stanav
Oh, so sorry that I didn't know what you meant.... I was just suggesting you a way to achieve your goal...
You can try My.Computer.Audio.Play("audio file path here"), but frankly, I don't know if it will play midi files.... Normally it's used to play .wav file.
I have tried that too, but it only plays .wav files as you said.
Here's an article and code example on my blog that you might find useful: Extending My.Computer.Audio To Play MP3’s. The same method will do .MID and .WMA files as well.