I'm looking for a script which allows to delete the delay between the end of the bgm and its restarting. Can someone help me?
That delay isn't programatic. If there is silence at the end and/or beginning, you have to edit the audio file.
RPG maker has a trouble on reading the mp3 files (specially the longest ones) when looping. And probably wav too. Use an absolutely custom audio system to fix only this is a doom. Also, I don't know about any costum audio system which could fix this bug completly and efficiently. The good thing is, usually ogg is well readed. So you can convert your mp3/wav files to ogg and try it back.
Edit: Oh sorry, maybe I misunderstood the initial problem, if it's a blank space on the start/end of the song try what Blizzard said. Also, Audacity could fix the problem. And if it's a loop "jump" problem in all the songs, in my particular case what works better is to change the mp3 format. I'm not saying it's the only way.
Quote from: Wecoc on October 05, 2014, 06:04:15 pm
RPG maker has a trouble on reading the mp3 files (specially the longest ones) when looping. And probably wav too. Use an absolutely custom audio system to fix only this is a doom. Also, I don't know about any costum audio system which could fix this bug completly and efficiently. The good thing is, usually ogg is well readed. So you can convert your mp3/wav files to ogg and try it back.
No.
Quote from: Blizzard on October 05, 2014, 02:30:59 pm
That delay isn't programatic. If there is silence at the end and/or beginning, you have to edit the audio file.
Yes.
Some audio converters add silence at the end and/or beginning. Keep an eye out for that as well.