View Single Post
  #1  
Old 07-07-2022, 05:27
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by dixen View Post
Find little uncritical bug
your chunk size is too small for that input
Quote:
Originally Posted by Prince4 View Post
Could someone please remind me what's the difference between the 0.3.21 and 0.6.0 versions?
0.3.21 is an old version that supported old plugins and it is kept there until all plugins are updated to support 0.4+ versions, use 0.6.0 if you are not using old plugins.

Quote:
Originally Posted by elit View Post
Interesting, I should note that compression difference between different wav codecs is minimal.
https://wiki.hydrogenaud.io/index.ph...ess_comparison

I picked codecs based on the information provided here, it's not that I haven't tried wavpack. I did but it requires additional code as it generates lossy wav and a patch file in case you wanted to restore the original pcm data whereas flac does not. In addition, it doesn't seem to be thread safe which means it cannot work in xtool environment (maybe I'm mistaking it with tta).

Quote:
Originally Posted by elit View Post
I wonder how this work, if xtool is able to use it on chunks when wav files are inside big game packs, that would be indeed very useful. In fact, I don't know what would be the point beyond that as we could then just use standalone codecs?
That's pretty much how it is intended to work, wav files are scanned within files and then fed to codecs.

Last edited by Razor12911; 07-07-2022 at 05:42.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
Gehrman (07-07-2022), Prince4 (10-07-2022)
Sponsored Links