[Tutor] audio splitting with python

Kent Johnson kent37 at tds.net
Thu Oct 2 12:30:02 CEST 2008


On Thu, Oct 2, 2008 at 3:52 AM, Daniele <d.conca at gmail.com> wrote:
> Hi list,
> I'd like to split an ogg audio file into pieces (small enough to fit
> in an audio cd). Can anybody suggest me a python module to do that?

Perhaps PyOgg or oggpy:
http://ekyo.nerim.net/software/pyogg/
http://dingoskidneys.com/oggpy/

Or use Audacity or another tool:
http://audacity.sourceforge.net/
http://www.exefind.com/split-ogg/

Kent


More information about the Tutor mailing list