I actually have a WAV file of that quote from Father Ted & tried it in the program. For obvious reasons, the DMC file is too large for FamiTracker to actually play in its entirety when imported.
So, I'd like to request a function that will allow you to split a large WAV file into multiple DMC files (either automatically or manually, at a set size that the tracker can actually manage).
That way, instead of having to worry about decreasing the output quality to increase the length that the sample plays, one can use multiple DMC files to play the same sample as it was meant to be played.
If you want, I can point you to the WAV file or attach the DMC file I created.
_______________________
Technology: the one thing that's hated & cursed at by all engineers, technologists, scientists & technicians!
Right now, very small .wav files screw up because of SSRC (it adds padding to very small waves, and I don't have looping previews done yet). That will be fixed in the next release.
Edit: Actually mm7bass.wav crashes SSRC. That's not good! I might have to find another sample rate converter if this keeps up.
Appear this message when open.wav:
"Unhandled exception has occured in your application.If you click Continue,the application will ignore this error and attempt to continue.If you click Quit,the application will close immediately.
Could not load file or assembly 'System.Core,Version=3.5.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089'or one of its dependencies."
What to do?
You have to make sure that the SSRC folder is in the same directory as the RJDMC program. If not, you'll get that error (& even crash the program itself).
That means you have to extract everything into one folder before using it.
_______________________
Technology: the one thing that's hated & cursed at by all engineers, technologists, scientists & technicians!
Appear this message when open.wav:
"Unhandled exception has occured in your application.If you click Continue,the application will ignore this error and attempt to continue.If you click Quit,the application will close immediately.
Could not load file or assembly 'System.Core,Version=3.5.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089'or one of its dependencies."
What to do?
You probably do not have the latest .net on your PC. You need to have at least .net 3.5.
I updated the .zip file to handle the case of "ssrc is missing" better (previously it gave an error but I changed the code that stopped it from executing-- that is fixed now).
Does not help.I have removed old versions and have established version .NET Framework 4. But at the start of RJDMC there was a message " Unable to find a version of the runtime to run this application "
For this program I'm only supporting standard Hz waves, that is, 8000, 11025, 16000, 22050, 32000, 44100, and 48000. Yours is 16516hz which screws up SSRC Loading in a wave editor and changing to 16000hz should clear it up. I changed the way wave files are loaded in my program last time, so it's now easy to put in an error message if the hz is wrong.