Re: mp3 libs and programs

2006-09-15 Thread [EMAIL PROTECTED]
PyMedia has Windows binaries available for download. http://prdownloads.sourceforge.net/pymedia/pymedia-1.3.7.2.win32-py2.4.exe?download Jay wrote: > Only if I have to. PyMedia is a pain and a half to build and why do > that if I can just pipe it out to some other program? > > > Tim Williams wrote

Re: mp3 libs and programs

2006-09-15 Thread Richard Jones
Jay wrote: > I'm writing a python script that involves playing mp3 files. I've previously successfully used the Python interface for MAD: http://www.underbit.com/products/mad/ which was trivial to use in combination with libao's python interface (and throw in ogg.vorbis from xiph.org and you'

Re: mp3 libs and programs

2006-09-15 Thread Jay
I checked it and I can most definitely do the seeking from the command line with mplayer. Can I use slave mode with python? Jay wrote: > That's definately a good choice, but what about mplayer in slave mode? > Can I use that with python? Would that be able to seek? > > > Harold Fellermann wrote

Re: mp3 libs and programs

2006-09-15 Thread Jay
That's definately a good choice, but what about mplayer in slave mode? Can I use that with python? Would that be able to seek? Harold Fellermann wrote: > hi, > > Jay wrote: > > I'm writing a python script that involves playing mp3 files. The first > > approach I had was sending commands to unix

Re: mp3 libs and programs

2006-09-15 Thread Harold Fellermann
hi, Jay wrote: > I'm writing a python script that involves playing mp3 files. The first > approach I had was sending commands to unix command-line programs in > order to play them. I tired mpg123 and moosic, but there was a key > feature to my program's success that's missing. SEEK! I need to

Re: mp3 libs and programs

2006-09-15 Thread Jay
Only if I have to. PyMedia is a pain and a half to build and why do that if I can just pipe it out to some other program? Tim Williams wrote: > On 15 Sep 2006 18:16:41 -0700, Jay <[EMAIL PROTECTED]> wrote: > > I'm writing a python script that involves playing mp3 files. The first > > approach I

Re: mp3 libs and programs

2006-09-15 Thread Tim Williams
On 15 Sep 2006 18:16:41 -0700, Jay <[EMAIL PROTECTED]> wrote: > I'm writing a python script that involves playing mp3 files. The first > approach I had was sending commands to unix command-line programs in > order to play them. I tired mpg123 and moosic, but there was a key > feature to my progra