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
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'
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
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
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
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
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