Sound file manipulation in Python

Dmitry Borisov jbors at mail.ru
Fri Aug 27 16:35:31 EDT 2004


"Paul Moore" <pf_moore at yahoo.co.uk> wrote in message
news:uk6vk4f2f.fsf at yahoo.co.uk...
> "Dmitry Borisov" <jbors at mail.ru> writes:
>
> > You may try to use pymedia: http://pymedia.sourceforge.net
>
> Looks nice. I'll give it a try.
>
> > There is no writing at this point( but you may add it though ),
>
> Not something I need right now.
>
> > also FLAC not supported also.
>
> A pity, but not as important to me as Ogg. How hard is it to add
> codecs to pymedia?

I don't see any special handling for flac. So I suppose it may use regular
raw format for demuxing. In this case, it will be trivial to include
libavcode/flac.c from ffmpeg into pymedia. No changes. For meta tags, you
may need to do a small research and write a simple parser.
Dmitry/





More information about the Python-list mailing list