Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
I'm trying to save a small track as a WAV, but it's missing the last one or two rows every time I try and save it, stopping the track from looping properly.
Is there a setting I have enabled that might cause this to happen?
If you could try and export this to WAV, since the file is >1mb, I'd appreciate it.
i am not having much luck either. since your song plays indefinitely, trying to save a wav without first establishing a finite length for the song is naturally not going to get you a perfect loop. that said, putting a Cxx at the end of the second frame trims off the last row like you mentioned. putting a Cxx on the first row of a new (3rd) blank frame means you get all of the song as a WAV, which honestly should be fine, but you will not get seamless looping due to a significant amount of dead air at the start of the wav file (not sure why FT does this.)
my suggestion to you would be to use the second method with creating a new frame, and adding a Cxx event on the first row, dumping a WAV, then using a wave editor (audacity/goldwave/etc.) to trim out the silence at the start of the wav. or you could just forget about famitracker's wav dumping entirely and record your computer's stereo mix (as famitracker is playing) then edit the result directly using a wave editor. this is what i do!
To Export as an *.WAV file in Famitracker, make sure you strip out all the "B00" elements out of the song. These are used to send the song from 1 Frame to another.
Once I got rid of all the B00 elements, I then go to:
"File -> Create WAV...,
Play the song "1" time,
then I click "Begin".
This seemed to work for me on an XP machine. This must be a bug in the logic that has to do with the B00 elements. Please let me know if that fixed your problem.
I've also had this problem when I didn't use the Bxx effect in exporting WAVs; I'd either set an actual amount of time to play the song, or I'd actually use one extra row for each frame & then use D00 to skip that one row until the last frame.
_______________________
Technology: the one thing that's hated & cursed at by all engineers, technologists, scientists & technicians!
(Lousy modern technology! )
RE: Export as WAV: Not saving whole filePosted: 2011-07-28 16:17
Yeah, I thought I had figured it out. Then I took those WAV files and tried listening to them within Windows 7 and they were still messed up, cut off 10 or so seconds of the recording. However, I just checked again and on an XP machine and the wav files still seem good.
I'm going to try saving them as WAV on Windows XP without the BOO statement...(perhaps other statements cause this problem, but I have not tested others yet). After I save them as WAV, I will try opening and resaving them in another application designed for audio to see if that allows them to play without the cutoff on XP and Windows 7. I will let you all know what I find out.
Further research on the web is pointing at the WAV format of PCM as the possible cause of the problem. Another person had the cutoff problem with a totally different program saving as WAV.
On another site, the user switched from playing the WAV file in Windows Media player to something called "J.River's Media Center" and it played the files coded in PCM correctly. He also said he didn't have the problem on Windows Vista.
Perhaps the problem is not with PCM but Windows Media Player???
When I get home tonight, I will let you all know if the conversion to other WAV formats does the trick. I am just using Windows Sound Recorder in XP to do the conversions. I'll let you know the results.