How to convert a WAV file to another format, for example .mp3 in pygame?
Update:
Why not Gstreamer or Pygame: I want to use my own Windows environment to install a package that can do this (i.e. Don't want to install cygwin). I am looking for a package that has a binary installer available for windows (since Python 2.6) or at least where I can make "python setup.py install" without having to install any dependencies.
source
share