Re: mp3 wav editing in python

2005-11-14 Thread Daniel Schüle
yb wrote: > Hi, > > Is there a python based tool to cut mp3 and wav file at a start and end > time? I'm looking for a python script that can output a new wav or mp3 > file based on star and endpoint. > > Thank you > there is a wave module >>> import wave >>> dir(wave) ['Chunk', 'Error', 'WA

mp3 wav editing in python

2005-11-14 Thread yb
Hi, Is there a python based tool to cut mp3 and wav file at a start and end time? I'm looking for a python script that can output a new wav or mp3 file based on star and endpoint. Thank you -- http://mail.python.org/mailman/listinfo/python-list