There are no current plans to add features for authoring sounds (i.e. recording or saving audio files) to pygame
However you can do that stuff in python with PyMedia: http://pymedia.org//features.html If you just want to convert files to ogg without using python, oggenc and oggdrop can do it (command-line and gui respectively): http://www.rarewares.org/ogg.php On Sat, Mar 29, 2008 at 5:21 AM, FT <[EMAIL PROTECTED]> wrote: > > Hi! > > I had asked before but centered it on recording and was given the page > for the mixer but no record features. The burning onto CD is resolved and > works fine but do we have a way to translate wav to OGG? > > I would like to know if someone has written a module to convert formats > into other formats? >
