Previous Page | Next Page

by Ultrafighter at 9:25 AM EST on November 20, 2018
Well I'd not say that such formats should be added to plugin directly because they're sound-banks and can hold lots of unneeded stuff. For example ZSS bigfiles from MUA1 PC/X360 contained BGM, VO & ambience while ZSM files stored mostly SFX & stingers / jingles.
I believe that splitting such audio archives with some script (a BMS is required I guess) then playing resulting streams (with a TXTH probably) is the best solution.
Of course if dividing these *.zs* troublemakers proves to be difficult / impossible it'd be better to have original bigfiles playable than having nothing playable at all. For example RWS (banks) sometimes hold multiple tracks within a single file & there's no dedicated RWS splitter, we have to dump select tracks to PCM or re-encode them to lossy codecs. It's still better than nothing, right?
Later!

PS. It'd be very nice if some research of those ZSS / ZSM files was done & some rips were made for VGM archives.
For example towav.exe seems to be the only way to rip MUA1 for PC but it decodes ADPCM (?) to PCM WAV; EksBox-ABX can open & extract *.zs* bigfiles from MUA1 or X-Men Legends II for Xbox but the tool is quite buggy. Finally there's X-men - The official game which uses these formats on numerous platforms (and each time new codecs are utilized)...
by marcusss at 12:16 PM EST on November 20, 2018
Can someone take a look at this encrypted FSB5? It is from the game Chessaria which seems to have nice music. This file is taking me forever to decrypt. Thought I'd ask some FSB decrypting gods here?

Chessaria encrypted FSB5

Cheers!

edited 12:16 PM EST November 20, 2018
by bnnm at 4:43 PM EST on November 21, 2018
Use this bms to extract multiple FSB5 inside: https://pastebin.com/4LbFA7Ar
by marcusss at 6:59 PM EST on November 21, 2018
Thanks bnnm. It worked well. I got some of the other stuff ripped so perhaps later I can upload the set

I guess it was just not readable as the structure was slightly different compared with the standard FSB5 but yes it had a table at the beginning, I had trouble extracting files so thanks

edited 7:02 AM EST November 22, 2018
by nothingtosay at 7:41 AM EST on November 22, 2018
@bnnm: I can't say I've really encountered audible distortion as a result, but I haven't listened to much SCD format music at all. I was just looking at the Drakengard 3 boss themes, which tend to constantly hit max volume at the peaks of the waves, and thought how there's actually extra clipping because it's fixed point.

I'm not a programmer; I figured I'd point it out and if it would just be something trivial like editing the bit depth value in the the code to have vgmstream decode to 32-bit floating point then maybe someone would do it for the sake of technically proper behavior. But if it would be hard and isn't worth the time, then I certainly won't be heartbroken about it.

Just floating an idea of a possible alternative solution: maybe something like halving the volume before truncating the bit depth and perhaps outputting at 24 bits to compensate would be more easily achievable?
by bnnm at 7:53 PM EST on November 24, 2018
latest vgmstream changes (autobuilds (MSVC) / foobar / test+winamp+xmplay (GCC) / bug list)
- Add TXTH dual file/bigfile/subsong/multiplier handling
- Can loading a separate header_file or body_file for dual files
- Can load from .txth directly while setting header_file/body_file for bigfiles
- Can set value_multiplier for use with sector and similar values that must be multiplied
- Can set subsong_count and subsong_offset for subsong headers suboffset
- Add TXTH operations (value_*/+-) and field values, ignore -1 loop flag

TXTH stuff: see doc or this as an example.

---

About Smash sounding bad, it's known and will be improved later.

@nothingtosay - I agree it'd be good (also for ATRAC3/XMA/Vorbis/AAC/etc), but it's a lot to change. I don't think it's necessarily more 'proper' though, pretty sure most audio libraries/consoles will downconvert from 32b float to 16b pcm before outputting anything and you would still get clips.
by Artur_Warios at 8:41 AM EST on November 28, 2018
Hello.

I want to ask a question about the next game:

Platform: GAMECUBE
Game: Resident evil 4
Audio file: BIO4SND

I have been busy with sound files of the .BIO4SND format for a long time.
These files were extracted with a man named "MarkGrass", I think this person is known here.


I do not know how to make these files work, because the VGMGUI program refuses to work with these files.
I couldn’t turn to Mark myself, therefore I ask for help here
by ChillyBilly at 11:50 PM EST on November 30, 2018
Been a while, but a new issue rose up for me: I checked out Cytus Lambda for the Vita, but its audio files (MP3s/WAVs) don't play for me. I'm not sure if they're encrypted, since they contain a "PSSE" header, so maybe this is a case for the TXTH treatment or something like that? Already got the audio uploaded right here:

Cytus Lambda
by Knurek at 4:23 AM EST on December 1, 2018
Those PSSE files are encrypted, ChillyBilly
I've managed to decrypt them, rip will be up on server in few hours

edited 6:27 AM EST December 1, 2018
by ChillyBilly at 9:00 AM EST on December 1, 2018
Wow, that was quick. Thanks, Knurek!

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