F
fedzor
Hey
I managed to get Rubygame successfully installed on mac os x, however
using audio still gives me trouble!
WAV and MP3 files (the only ones I've tested) throw errors and
warnings, respectively.
I am more focused on getting MP3 files to work right.
Here is my code:
require "rubygame"
song = Rubygame::Mixer::Music.load_audio("/Users/---/Music/iTunes/
iTunes Music/LOK/Sunk 500/Bedragaren I Murmansk.mp3")
song.play
and the warning?
Warning: incorrect audio format
I have NO clue what it's trying to tell me to do to fix it. Can
someone please help?
BTW, I am willing to use other SDL bridges if they work and run
correctly on Mac
Ari
I managed to get Rubygame successfully installed on mac os x, however
using audio still gives me trouble!
WAV and MP3 files (the only ones I've tested) throw errors and
warnings, respectively.
I am more focused on getting MP3 files to work right.
Here is my code:
require "rubygame"
song = Rubygame::Mixer::Music.load_audio("/Users/---/Music/iTunes/
iTunes Music/LOK/Sunk 500/Bedragaren I Murmansk.mp3")
song.play
and the warning?
Warning: incorrect audio format
I have NO clue what it's trying to tell me to do to fix it. Can
someone please help?
BTW, I am willing to use other SDL bridges if they work and run
correctly on Mac
Ari