Previous Page | Next Page

by Kurausukun at 1:19 PM EST on January 23, 2017
I haven't looked into the file itself, but it's possible that it actually loops at 562705. Or it's possible that something else is going on with the files they made. But I know for a fact that idsps that I make don't loop because the loop end is one sample ahead of the total samples, so vgmstream ignores it. I uploaded a file I made here, so maybe you can figure out what's going on with that. But I know it loops properly ingame and I know I fed it the proper loop points.
by plpl3000 at 4:03 AM EST on January 24, 2017
@bnnm Thanks a lot! good job!
Yet another awesome surprise! by Ultrafighter at 7:42 AM EST on January 24, 2017
Oh yeah, now Halo: Wars tracks are also easily listenable, hurray! It's not like I'm a big fan of XMPlay but are there updates for Winamp branch of this plugin in plans? Maybe someone is going to take a torch from HCS hands and become a new coder behind in_vgmstream?
PS. Offtopic - shouldn't most if not all BGMs from Halo: Spartan assault & strike for PC be in xWMA?
by plpl3000 at 8:29 AM EST on January 24, 2017
wiiu Ben 10: Galactic Racing 2 str files

Samples

http://www85.zippyshare.com/v/hi5ELSvu/file.html

wiiu Just Dance 2017 rak files

Samples

http://www85.zippyshare.com/v/KqFyJ7Tw/file.html


wiiu Just Dance 4 wav files

Samples

http://www85.zippyshare.com/v/B0Go4oY2/file.html


thanks!!!
by bnnm at 1:33 PM EST on January 25, 2017
@Ultrafighter - https://github.com/bnnm/vgmstream-builds

@Kurausukun - I checked your file and datasize=0x00727BE0 (7502816), loop-end=0x00727BE2 (7502818, *outside*), hence vgmstream ignores it.

I think the game just fixes loop-end = datasize when that happens.
Could you test if changing loop-end to something much bigger still loops?
I could fix vgmstream to do the same, but I don't think any real IDSPs would be like this.

The nibble-to-samples it's the same that what you posted btw.
by Kurausukun at 7:16 PM EST on January 25, 2017
You're right about that file, my bad. I don't know what happened that made it do that. But this time I have a file that I actually checked--the info at 0x44 and 0x54 are the exact same, yet the file does not loop. Here it is, and sorry for making this more complicated.
by bnnm at 4:44 PM EST on January 26, 2017
Ok, calculations and stuff look fine. The actual "problem" is that loop_end_samples are manually added +1.
This is on purpose (used in many other DSPs), maybe somebody could clarify why.

I'm guessing loop_end is the last nibble "not yet decoded", so transformed to samples you add +1 to count it as decoded (I hope I'm making sense).
So last valid loop_end would be datasize-1 (like mu prev snd_bgm_A27_3DL_SMB_Theme example).

Just in case, could you test if changing loop-end to something much bigger still loops? (=game ignores invalid offsets).
by Kurausukun at 9:18 PM EST on January 26, 2017
Alright, I tried making the nibble count at 0x54 much bigger. What happens is that vgmstream complains it's corrupted and doesn't play it. In-game, though, it plays perfectly and doesn't even add any silence to the loop. I'm not sure if it does a check to see if the loop-end is valid and then falls back to the sample count, or if it just ignores the nibble count altogether and uses the sample count instead, but there you go.

I did understand what you meant about the last nibble being not yet decoded, but this issue isn't present in any of the other DSP formats in vgmstream (e.g. brstm, bcstm, bfstm, hps, etc.), so I'd just like IDSP/NUS3BANK to behave the same way. Thanks for the help by the way.
by Ultrafighter at 3:17 AM EST on January 28, 2017
Thnx a lot bnnm, with so many new codecs finally implemented to vgmstream almost nothing is left to wish for in regards to its format support list... maybe just demu(ltiple)xed *.bik tracks?
BTW I remember that Tekken Hybrid (PS3) set where quite a few *.AT3 were previously unplayable and I have yet to try out those files. What I have to note however is that 6 channel MSFs from Silent hill HD Collection on PS3 are also playable now. I haven't checked out mono ones yet, if memory serves nothing but stereo ATRAC3 tracks was initially playable or at least convertible. Am I right? Anyway I'm currently going through all these fake surround mixes in SH3 part of this exact pack.
Cheers, keep doing what you do best! Sincerely yours, Ultrafighter.

edited 3:18 AM EST January 28, 2017
by mariofan12ify at 7:05 AM EST on January 28, 2017
Does anyone know if there's going to be any chance of looping for .xma files?

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