sidplayfp expects output filename without ".wav" suffix
TakuikaNinja opened this issue · 2 comments
TakuikaNinja commented
Currently SidWizPlus calls sidplayfp with the output filename parameter "{song.File.Filename} - Song {song.Index} - {song.File.Chip} #{channel}.wav" for recording from SID files. However, sidplayfp add an extra ".wav" suffix because it expects the filename to have no suffix.
This results in the audio files being called "{song.File.Filename} - Song {song.Index} - {song.File.Chip} #{channel}.wav.wav", which is not what the program is looking for.
maxim-zhao commented
Hmm, I'm sure it worked when I used it last - did sidplayfp change? The docs say:
<name>
IS NOT checked for or appended with a legal wav file extension.
I'll try again with the latest version...
maxim-zhao commented
See also libsidplayfp/sidplayfp#10