Re: pygame.mixer.music not playing

2005-02-06 Thread Marian Aldenhövel
Hi, Just curious what is not suitable about FMOD? Nothing. See my other posting. It just took me some time... Ciao, MM -- Marian Aldenhövel, Rosenhain 23, 53123 Bonn. +49 228 624013. http://www.marian-aldenhoevel.de "Wir brauchen keine Opposition, wir sind bereits Demokraten." -- http://mail.python

Re: pygame.mixer.music not playing

2005-02-06 Thread M.E.Farmer
Very cool, glad you got it working. Good job getting it all installed and running so fast. It won't be long till you have a cool media player of your own. I have not used PyFMOD yet so can't help with it ( I thought it was cross platform too **sigh**, at least FMOD is) Happy hacking, M.E.Farme

Re: pygame.mixer.music not playing

2005-02-06 Thread Marian Aldenhövel
Hi, Also you can try and look for another sound package, like maybe pyFMOD I have looked at it. While I do not like some of the boasting on the FMOD site it does seem very suitable. FMOD is cross-platform but pyFMOD is available only as Win32-Setup. Does that mean it cannot be made to work on Linux

Re: pygame.mixer.music not playing

2005-02-06 Thread M.E.Farmer
Just curious what is not suitable about FMOD ? It seems to be exactly what you are looking for. Cross platform, free, great sound, python bindings, no compiler needed. M.E.Farmer -- http://mail.python.org/mailman/listinfo/python-list

Re: pygame.mixer.music not playing

2005-02-06 Thread Marian Aldenhövel
Hi, Perhaps Zinf? I could not find anything about remote-controlling it. Did not install it, however. Ciao, MM -- Marian Aldenhövel, Rosenhain 23, 53123 Bonn. +49 228 624013. http://www.marian-aldenhoevel.de "Wir brauchen keine Opposition, wir sind bereits Demokraten." -- http://mail.python.org/mai

Re: pygame.mixer.music not playing

2005-02-06 Thread Marian Aldenhövel
Hi, > Could it be a hardware problem? I don't think so. I can play sounds on this machine and I can also play this very file using Windows Media Player. I suspect it's software, but I do not know at which level the problem may lie. Ciao, MM -- Marian Aldenhövel, Rosenhain 23, 53123 Bonn. +49 228 62

Re: pygame.mixer.music not playing

2005-02-06 Thread Marian Aldenhövel
Hi, Please post your os name and version, Python version, Pygame version, German Windows XP Home, 2.3.4, 1.6 Also you can try and look for another sound package I will. Until I find something suitable I will just build a dummy class that has the commands I need, I can later interface that to whatev

Re: pygame.mixer.music not playing

2005-02-06 Thread M.E.Farmer
Hello again, Sorry you have had no success. I would suspect it is your system setup. Seems the code is working. I didn't think you had the typo problem, just mentioned it because it says somewhere in the docs that if the mixer has problems with file loading it would result in a proxy object that s

Re: pygame.mixer.music not playing

2005-02-06 Thread Daniel Bickett
Marian Aldenhövel wrote: > Maybe some way to remote control another player would be in order. Leave it > to software that is specialized and all. But I would want something that runs > on Windows and Linux which narrows down my options. Perhaps Zinf? http://www.zinf.org/ -- Daniel Bickett dbick

Re: pygame.mixer.music not playing

2005-02-06 Thread Greg Krohn
Marian Aldenhövel wrote: Hi, I am trying to make pygame play music on windows. This simple program: import pygame,time pygame.init() print "Mixer settings", pygame.mixer.get_init() print "Mixer channels", pygame.mixer.get_num_channels() pygame.mixer.music.set_volume(1.0) pyg

Re: pygame.mixer.music not playing

2005-02-06 Thread Marian Aldenhövel
Hi, Search the net. You are not the first to try and build a jukebox out of pygame ;) I did find a few, yes. Currently this is a toy project as I am learning the language, so early success means more to me than perfect results. And, as I said, I do not really have an alternative. Maybe some way to

Re: pygame.mixer.music not playing

2005-02-06 Thread M.E.Farmer
Marian Aldenhövel wrote: > Hi, > > I am trying to make pygame play music on windows. This simple program: > > import pygame,time > pygame.init() > print "Mixer settings", pygame.mixer.get_init() > print "Mixer channels", pygame.mixer.get_num_channels() > pygame.mixer.m