wait, I got seamless looping by concatenating the mp3 with itself
MPEG is weird, man
FSBext - FSB files extractor
-
- Posts: 23
- Joined: Mon Jul 17, 2017 10:36 am
Re: FSBext - FSB files extractor
an option to perhaps automate the process of concatenating the MP3 with itself, decoding that and outputting the latter half of the decoded PCM to a WAV file could help (with multichannel subsounds recombined into a single file)?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: FSBext - FSB files extractor
Maybe you can just post once you have updates rather than posting every 30 seconds, it starts to be difficult to follow this topic.
-
- Posts: 719
- Joined: Sat Sep 28, 2019 7:00 pm
Re: FSBext - FSB files extractor
[not a sarcasm] I heard some rumors that you can edit your own posts (even on discord, no kidding), but it seems too complicated. It's like you need to find "edit" or "modify" button somewhere and then click on it... and then do stuff... and then click again... too bothersome.[/not a sarcasm]
Jokes aside, on most forums such posting manner is usually prohibited and leads to warning and in case of further escalation to a ban.
Jokes aside, on most forums such posting manner is usually prohibited and leads to warning and in case of further escalation to a ban.
-
- Posts: 23
- Joined: Mon Jul 17, 2017 10:36 am
Re: FSBext - FSB files extractor
Yeah I have a bad habit of doing that because I mainly use Twitter, which doesn't have an edit button for anything for some stupid reason
-
- Posts: 23
- Joined: Mon Jul 17, 2017 10:36 am
Re: FSBext - FSB files extractor
Ok so now for a proper bug
whenever I extract the raw data (for transferring it from an FSB4 to an FSB5) out of a bank with a single stereo pair ( https://mega.nz/file/79hwnAoI#CrWzr-t6a ... yC5vJXDrgw ), the output seems to be skipping every second frame or so
my command is fsbext -s .\fsb4\%bankNoExt%.dat -m -d .\fsb4\%bankNoExt% -R .\fsb4\%bank%, where %bank% is the bank's filename, and %bankNoExt% is %bank% minus the extension. -m has to be there otherwise the fsb5 is malformed and won't play correctly
It works perfectly fine with multichannel banks though ( https://mega.nz/file/rkxwVS6S#CrPME8OWS ... IEi1-NcUKs )
whenever I extract the raw data (for transferring it from an FSB4 to an FSB5) out of a bank with a single stereo pair ( https://mega.nz/file/79hwnAoI#CrWzr-t6a ... yC5vJXDrgw ), the output seems to be skipping every second frame or so
my command is fsbext -s .\fsb4\%bankNoExt%.dat -m -d .\fsb4\%bankNoExt% -R .\fsb4\%bank%, where %bank% is the bank's filename, and %bankNoExt% is %bank% minus the extension. -m has to be there otherwise the fsb5 is malformed and won't play correctly
It works perfectly fine with multichannel banks though ( https://mega.nz/file/rkxwVS6S#CrPME8OWS ... IEi1-NcUKs )
-
- Posts: 23
- Joined: Mon Jul 17, 2017 10:36 am
Re: FSBext - FSB files extractor
Another bug after half a year:
it seems to read too many frames in multifile banks with mp3 encoding on any file that isn't the last, making the start of the next file be heard at the end of the previous
it seems to read too many frames in multifile banks with mp3 encoding on any file that isn't the last, making the start of the next file be heard at the end of the previous