Re: [Tutor] Python & MP3

2006-03-21 Thread Gabriel S Farrell
On Tue, Mar 21, 2006 at 09:35:15PM -0500, Bill Burns wrote:
> Johanna wrote:
> > Is it possible to work with MP3 in python?
> > 
> > I?m looking for a library to modify MP3s (like fade in, fade out, 
> > etc..). 
> 
> You may want to have a look at PyMedia:
> 
> http://www.pymedia.org/

I agree with Bill, pymedia looks like the closest thing to what you're
after.  There's also pyxmms (python-xmms in Debian) if you don't mind
going through xmms.  pygame might do the trick, also (check out
http://www.pygame.org/docs/ref/music.html).

gsf
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python & MP3

2006-03-21 Thread Bill Burns
Johanna wrote:
> Hallo
> 
>  
> 
> This is my first post, so hallo to everyone. Im just a newbee with 
> python so I hope my msg will make some sense. J
> 
>  
> 
> Is it possible to work with MP3 in python?
> 
> I’m looking for a library to modify MP3s (like fade in, fade out, 
> etc..). I know there are actually some libraries for doing this work 
> with .wav but I didn’t find one for working with MP3. I’m not sure but 
> should be something like -> http://effbot.org/librarybook/wave.htm . Anyone?
> 
>  

You may want to have a look at PyMedia:

http://www.pymedia.org/

HTH,

Bill
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python & MP3

2006-03-21 Thread Python
On Tue, 2006-03-21 at 10:50 +0100, Johanna wrote:
> Hallo
> 
>  
> 
> This is my first post, so hallo to everyone. Im just a newbee with
> python so I hope my msg will make some sense. J
> 
>  
> 
> Is it possible to work with MP3 in python? 
yumex lists
python-eyed3
python-mad
as python packages that deal with mp3 files. eyed3 is geared towards
tags (id3).  mad appears to be closer to what you are looking for.  I
have no first hand experience with either.

> 
> I’m looking for a library to modify MP3s (like fade in, fade out,
> etc..). I know there are actually some libraries for doing this work
> with .wav but I didn’t find one for working with MP3. I’m not sure but
> should be something like -> http://effbot.org/librarybook/wave.htm .
> Anyone?
> 
>  
> 
> Thanks.
> 
>  
> 
> Jo
> 
> 
> ___
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
-- 
Lloyd Kvam
Venix Corp

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python & MP3

2006-03-21 Thread Andre Roberge
On 3/21/06, Johanna <[EMAIL PROTECTED]> wrote:
> Hallo

> This is my first post, so hallo to everyone. Im just a newbee with python so
> I hope my msg will make some sense.
>
> Is it possible to work with MP3 in python?
>

Pygame (http://www.pygame.org/docs/ref/music.html) apparently works
with mp3 files.

There's also a tutorial on using Pygame to work with sound files at
http://takira.freehosting.net/ (check Pygame notes).

I haven't used it myself.

André

> I'm looking for a library to modify MP3s (like fade in, fade out, etc..). I
> know there are actually some libraries for doing this work with .wav but I
> didn't find one for working with MP3. I'm not sure but should be something
> like -> http://effbot.org/librarybook/wave.htm . Anyone?
>
>
>
> Thanks.
>
>
>
> Jo
> ___
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
>
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Python & MP3

2006-03-21 Thread Johanna








Hallo

 

This is my first post, so hallo to everyone. Im just
a newbee with python so I hope my msg will make some sense. J

 

Is it possible to work with MP3 in python? 

I’m looking for a library to modify MP3s (like
fade in, fade out, etc..). I know there are actually some libraries for doing
this work with .wav but I didn’t find one for working with MP3. I’m
not sure but should be something like -> http://effbot.org/librarybook/wave.htm
. Anyone?

 

Thanks.

 

Jo






___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor