Previous Page | Next Page

by bnnm at 11:28 AM EDT on August 9, 2017
FSB4/5 CELT are like this: 0x17C30DF3 + fixed packet size(32b) + CELT data (superficially the same for both).
I don't think FMOD changes 'official' bitstreams, so with some luck should match some libcelt version.

Seems FSB CELT was implemented around nov 2009, so probably close to CELT 0.6/7.0, assuming they sticked with one.
Now the quickest way would be compiling libcelt's encoder EXE for a bunch of versions and generate some .celt, then compare to FSB's celt.
If some version somewhat matches it, compile libcelt .dll decoder, read the source code to understand the API (as there are no official docs), program vgmstream to feed FSB CELT packets to the DLL and hope.

As you can see that's a lot of research to do.
by AnonRunzes at 2:22 PM EDT on August 9, 2017
Huh.
by RetroFanatic at 3:19 AM EDT on August 11, 2017
Probably the same old issue with AT3 & AT3+ but...vgmstream version r1050 won't play the files from the Dissidia Final Fantasy archive.

What do I do about that?

Edit: Suppose I'll just have to use HiMD Rendered and convert it to flac. Sucks that I can't loop the tracks in there, though.

edited 3:28 AM EDT August 11, 2017
by datschge at 7:06 PM EDT on August 11, 2017
Did you update vgmstream? Works perfectly fine for me using r1050-609-g1195045.
by marcusss at 8:59 AM EDT on August 13, 2017
Hi bnnm and everyone else,

Could you please take a look at this?

This FSB5 won't work in VGMStream. Plays with fmod player built into the Unity Studio program I use to rip music but vgmsteam says it is corrupt. It says it is PCM within the FSB so not sure what the issue is.

It is FSB5 btw with a similar header to the rest of the music. Most FSBs play fine..but 5-10 are like this and won't play. The header is similar to the playable FSB5 music but different enough not to work.

Example 'ERE

Recently some new games Im ripping that use Unity are using OGV audio for videos and some musics. So far nothing can play them
They are vorbis 2.0 but even ogv demux cannot extract the audio. I will upload a.video later as example.

I only care as some.games have an intro or outro as ogv so is only for completeness sake.

Thanks

edited 9:47 AM EDT August 13, 2017

edited 10:01 AM EDT August 13, 2017

edited 10:23 AM EDT August 13, 2017

edited 7:09 PM EDT August 13, 2017
by bnnm at 3:15 PM EDT on August 13, 2017
That's the elusive FSB5 PCMFLOAT. Can you upload more and post the name of the game?
by marcusss at 6:34 PM EDT on August 13, 2017
Hi bnnm. THANKS for taking a look.

Now that you mention it a few games are using pcm float as their wav files which is fine but yeah this one uses it inside fsb which is what you are looking for.

It is from Anima_Gate_of_Memories.
link

I ripped all music from the game..except those remaining pcmfloat FSBs so would be great if they were eventually supported ;)

I noticed somethng odd when most music plays but a few fsb some even 100mb for 8 mins audio (according to the fmod player), wouldn't play...well that must be the answer !

Later I can upload more samples. Music is not bad from this game.

Mark

edited 1:27 AM EDT August 14, 2017
by marcusss at 8:07 AM EDT on August 14, 2017
Here are some PCMFLOAT FSB5s for you bnnm to test

ex1
ex2
ex3
ex4

Each song is large in size

Thanks


Mark



edited 9:23 PM EDT August 14, 2017
by bnnm at 2:53 PM EDT on August 14, 2017
latest vgmstream changes (foobar (may take a few days to update) / test+winamp+xmplay / bug list)
- (dev) plugin cleanup in preparation of future changes
- Make substream selectable for some formats
- Read internal filename for some formats
- test.exe: Add stream selector flag "-s N"
- winamp: add unicode support (for names/dual files)
- Redo Angel STM: add PCM, adjust looping, unify code, add .lstm [Red Dead Revolver, Spy Hunter 2]

***

@marcuss - thanks, will fix.

@Ultrafighter - unplayable .stm files from Spy Hunter 2 should work now.

.STM is their actual ext, but it's common, so .PS2STM/STMA/AMTS were used instead as fake exts.
I've added .LSTM as I feel "L + common ext" is a simpler 'standard'.
by Ultrafighter at 3:56 PM EDT on August 14, 2017
@Bnnm - Thank you so much! BTW are you gonna add RDR set to VGM archives or were those files someone else's samples?
@Marcuss - I forgot to point it out: you can use either FSBext or WinHex to find out what actual track names are for your favorite *.fsb files from my PS2 rip of Rainbow six: Lockdown. I suppose I should have even renamed most of them or all BGM ones myself but somehow didn't do it.
So long!

Previous Page | Next Page
Go to Page 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source