Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: PrinceEndymion88 on October 05, 2014, 11:49:04 am

Title: BGM without interruption
Post by: PrinceEndymion88 on October 05, 2014, 11:49:04 am
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?
Title: Re: BGM without interruption
Post by: 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.
Title: Re: BGM without interruption
Post by: 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.

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.
Title: Re: BGM without interruption
Post by: ForeverZer0 on October 05, 2014, 09:41:59 pm
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.
Title: Re: BGM without interruption
Post by: Blizzard on October 06, 2014, 01:25:53 am
Some audio converters add silence at the end and/or beginning. Keep an eye out for that as well.