Can anyone suggest a Python library (on windows) to convert a wav
file to an ogg
file other than Pymedia module. By using Pymedia module I am not able to convert from wav to ogg file.
Using pymedia i can convert a wav to mp3 file,but if i try to convert to other format it throws Just-in-time debugger error please can any one help me to solve my problem.
Try using oggenc
http://www.rarewares.org/ogg-oggenc.php
If you're using 64-bit Windows, you can get http://www.rarewares.org/files/ogg/oggenc2.87-1.3.3-x64.zip
(oggenc -h
gives the usage.)