I wanted to make a parody of action 52 and I needed the "choice your selection now" sample and I found out that bit 7 was always set to zero so the audio did not sound quite right and what this program does it simply bit-shifts the input to the left by one so the audio sounds correct and is at the proper volume
There are two ways to run it the first way is to simply drag and drop a file onto the program it will automatically add _output before the file extension
or if you wish to specify a different output simply create a batch file following this format
and if you wish for the program to say press any key to continue instead of exit after conversion add the word pause at the next line after the line that calls the program.
So like this
Anyways here is the program I have also included the source code.
Note I have updated this version if you have downloaded "NES 7bit pcm to 8bit pcm.zip" please re download you should have: "nes7to8pcm.zip"
http://www.mediafire.com/download.php?k3dbql8rzolj1if
There are two ways to run it the first way is to simply drag and drop a file onto the program it will automatically add _output before the file extension
or if you wish to specify a different output simply create a batch file following this format
Code:
nes7to8pcm.exe "input" "output"
and if you wish for the program to say press any key to continue instead of exit after conversion add the word pause at the next line after the line that calls the program.
So like this
Code:
nes7to8pcm.exe "input" "output"
pause
pause
Anyways here is the program I have also included the source code.
Note I have updated this version if you have downloaded "NES 7bit pcm to 8bit pcm.zip" please re download you should have: "nes7to8pcm.zip"
http://www.mediafire.com/download.php?k3dbql8rzolj1if