Re: Decoding / Encoding .ogg Files
Place everything in one folder, you should have oggenc.exe, ogginfo.exe, replacement.wav, original.ogg all in one folder.
Browse to this folder at the dos prompt.
Run "ogginfo.exe original.ogg"
This will give you lots of information about the original audio file including bitrate and serial number, both of which are important since you need to duplicate those with your replacement audio.
Once you've figured out what the bitrate and serial need to be you can then encode the replacement.wav file using "oggenc.exe -b 112 -s (whatever the serial is) replacement.wav"
Take replacement.ogg which has just been created and put it back in the folder within the zip that has the sound you want to replace and rename it to be exactly the same as the original file.
Place everything in one folder, you should have oggenc.exe, ogginfo.exe, replacement.wav, original.ogg all in one folder.
Browse to this folder at the dos prompt.
Run "ogginfo.exe original.ogg"
This will give you lots of information about the original audio file including bitrate and serial number, both of which are important since you need to duplicate those with your replacement audio.
Once you've figured out what the bitrate and serial need to be you can then encode the replacement.wav file using "oggenc.exe -b 112 -s (whatever the serial is) replacement.wav"
Take replacement.ogg which has just been created and put it back in the folder within the zip that has the sound you want to replace and rename it to be exactly the same as the original file.
Comment