Previous Page | Next Page

FB2K Bug? Or What is it? by DarkEssid at 7:47 AM EDT on April 14, 2018
Hello, everyone.
I found something strange while using foobar2000. [+ vgmstream Component]
When playing back the 'Nintendo DSP 4-bit ADPCM' file that was previously in the playlist, Codec: Lossless is displayed in the Properties window.

However, in the newly added file, Codec: Lossy appears in the Properties window. Is it a bug?



edited 7:48 AM EDT April 14, 2018


edited 7:49 AM EDT April 14, 2018

edited 8:03 AM EDT April 14, 2018
by bnnm at 8:53 AM EDT on April 14, 2018
It said "lossless" before but I changed it to "lossy" since some people were confused by the wording.

I think foobar caches info properties, so old files may retain "lossless" for a while, don't worry.

(food for thought: wav/PCM16/flac files can be "lossy").
by DarkEssid at 9:34 AM EDT on April 14, 2018
@bnnm I was embarrassed by these changes,
Now I do not have to worry! Thank you! [TRANSLATE INTENSIFIES]
by bnnm at 4:07 AM EDT on April 15, 2018
latest vgmstream changes (autobuilds (MSVC) / foobar / test+winamp+xmplay (GCC) / bug list)
- Fix ATRAC9 regression
- Fix wve/adm missing samples in last block
- Fix missing .rpgmvo/ovb extension
- Fix some .stx
- Fix some Ubi LyN
- Fix mono .mcadpcm
- Fix EA SWVR .stream (MGAV) [Freekstyle (PS2/GC), NASCAR Rumble (PS)]
- Add .eno Ogg [Metronomicon (PC)]
- Add .smc+smh [Wangan Midnight (System 246)]
- Add artificial format TXTP (.txtp)

***

TXTP is the latest gimmick I just made up. It's mini-playlist file for various purposes:

- Play separate intro + loop together as a single track
"bgm01.txtp"
#Ratchet & Clank (PS2)
BGM01_BEGIN.VAG
BGM01_LOOPED.VAG

# multi-files must define loops
loop_start_segment = 2 # 2nd file start
loop_end_segment = 2 # optional, default is last

#channel number must be equal, mixing sample rates is ok (uses first)


- Minifiles for formats without splitters (like good ol' .minipsf)
"bgm_12.txtp"
#Super Robot Taisen OG Saga - Masou Kishin III - Pride of Justice (Vita)
bigfiles/bgm.sxd2#12 #relative paths are ok too

# single files loop normally by default
# if defined it forces a full loop (0..num_samples)
#loop_start_segment = 1


- Play segmented subsongs as one
"song_01.txtp"
#Prince of Persia Sands of Time
# ranges with ~ to avoid so much C&P
amb_fx.sb0#254
amb_fx.sb0#122~144
amb_fx.sb0#121 #notice "#" works as config or comment

loop_start_segment = 3 #3rd segment = subsong 123, not 3rd subsong


- Channel mask for channel subsongs/layers
"music_Home_01.ps3.txtp"
#Final Fantasy XIII-2
#plays channels 1 and 2 = 1st subsong
music_Home.ps3.scd#c1,2

"music_Home_02.ps3.txtp"
#plays channels 3 and 4 = 2nd subsong
music_Home.ps3.scd#c3,4

# still 4 channels, just mutes some


- To simplify, if the .txtp is empty (0 bytes) its filename is used directly:
"bgm.sxd2#12.txtp"
"Okami - Ryoshima Coast 1 & 2.aix#c1,2.txtp"

by marcusss at 4:37 AM EDT on April 15, 2018
@ bnnm : Awesome update. Great to know this fixes all those annoying songs that also have 1 sec or so of an intro. I lost track of how many did this.

Thanks
by Knurek at 4:38 AM EDT on April 15, 2018
@bnnm: Amazing work, I wish we had something like this back when we were ripping all the stuff...
by Ultrafighter at 4:49 AM EDT on April 15, 2018
Hi guys, I'm wondering if I'm the only one who can't even install the latest ver. of plugin for FB... This player doesn't even start up after my normal installation procedure, it reports "internal error - one or more of the installed components has been damaged" and closes afterwards.
I found out there was an update a few days ago and that's when I started getting trouble. I think the root of the problem lies within foo_input_vgmstream.dll itself.
Can you please check if there's really an issue here or it is something on my end? Oh and I've just tried out even newer version, today's release, and the bug (?) persists.

@Bnnm - yesterday I've finally unpacked all the SNDs with your BMS and surely there's quite an abundance of super-small streams (?!) which don't even add to playlist (typically 208 Bytes or less). They're not what I'm actually worried about, I can believe that devs might use thousands of placeholders & such but there's also a dozen or two of bigger files which might be SFX & even short BGM pieces (from 64 KB to 2 MB) and they seemingly can't be processed using .snd.txth too. Can it be snd.bms that's acting up, TXTH that can't be used with select split SNDs or another source of troubles entirely?
Well if your snd.bms is complete & final (plus there's currently no way to implement filenames from any SoundDB.gamedb file) then I guess I can always try asking @XeNTaX, I can wait a bit for any better solution to use for initial extraction.

Later!
by AnonRunzes at 10:59 AM EDT on April 15, 2018
>TXTP
that is exactly what i wanted. thank you bnnm for this amazing update, and i mean it.

---

in any case, i have some samples to post here.
IECS_samples.7z
SSxx_samples.7z

that's right, PS2 sound banks. hopefully they get to be supported on vgmstream someday...

edited 12:51 PM EDT April 15, 2018
by kode54 at 7:13 PM EDT on April 15, 2018
Okami - Ryoshima Coast 1 & 2.aix#c1,2.txtp

^ Is technically impossible in Windows, due to the comma in the filename.
by Knurek at 12:36 AM EDT on April 16, 2018
@kode54: Comma is allowed, colon isn't.

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