Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: WavPack 4.60 Released (Read 32574 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

WavPack 4.60 Released

Reply #25
Quote
allowed creation of APEv2 tags > 1 MB (which we can't read)
If I want to add several pictures: which maximal file size limit I should bear in mind now?

The total size of the pictures added together should be less than 1 MB.

If there's only one picture added then it can be almost 1 MB (keep in mind that any text tags and the header overhead is included in the 1 MB).

WavPack 4.60 Released

Reply #26
Thanks for updating the filename specs!
Code: [Select]
C:\test>wvunpack -cc *.wv

 WVUNPACK  Hybrid Lossless Audio Decompressor  Win32 Version 4.60.1
 Copyright © 1998 - 2009 Conifer Software.  All Rights Reserved.


cue_sheet1.wv:
extracted tag "cuesheet" to file cue_sheet1.cue
restored cue_sheet1.wav in 29.63 secs (lossless, 92.75%)

cue_sheet2.wv:
extracted tag "cuesheet" to file cue_sheet2.cue
restored cue_sheet2.wav in 26.61 secs (lossless, 92.75%)

cue_sheet3.wv:
extracted tag "cuesheet" to file cue_sheet3.cue
restored cue_sheet3.wav in 27.27 secs (lossless, 92.75%)

 **** 3 files successfully processed ****

C:\test>del *.wav *.cue

C:\test>wvunpack -cc @list

 WVUNPACK  Hybrid Lossless Audio Decompressor  Win32 Version 4.60.1
 Copyright © 1998 - 2009 Conifer Software.  All Rights Reserved.


cue_sheet1.wv:
extracted tag "cuesheet" to file cue_sheet1.cue
restored cue_sheet1.wav in 28.33 secs (lossless, 92.75%)

cue_sheet2.wv:
extracted tag "cuesheet" to file cue_sheet2.cue
restored cue_sheet2.wav in 26.44 secs (lossless, 92.75%)

cue_sheet3.wv:
extracted tag "cuesheet" to file cue_sheet3.cue
restored cue_sheet3.wav in 28.16 secs (lossless, 92.75%)

 **** 3 files successfully processed ****

C:\test>del *.wav *.cue

C:\test>wvunpack -xx "cuesheet=%a.cue" *.wv

 WVUNPACK  Hybrid Lossless Audio Decompressor  Win32 Version 4.60.1
 Copyright © 1998 - 2009 Conifer Software.  All Rights Reserved.


cue_sheet1.wv:
extracted tag "cuesheet" to file cue_sheet1.cue
restored cue_sheet1.wav in 43.03 secs (lossless, 92.75%)

cue_sheet2.wv:
extracted tag "cuesheet" to file cue_sheet2.cue
restored cue_sheet2.wav in 46.69 secs (lossless, 92.75%)

cue_sheet3.wv:
extracted tag "cuesheet" to file cue_sheet3.cue
restored cue_sheet3.wav in 24.64 secs (lossless, 92.75%)

 **** 3 files successfully processed ****

C:\test>del *.wav *.cue

C:\test>wvunpack -xx "cuesheet=%a.cue" @list

 WVUNPACK  Hybrid Lossless Audio Decompressor  Win32 Version 4.60.1
 Copyright © 1998 - 2009 Conifer Software.  All Rights Reserved.


cue_sheet1.wv:
extracted tag "cuesheet" to file cue_sheet1.cue
restored cue_sheet1.wav in 42.44 secs (lossless, 92.75%)

cue_sheet2.wv:
extracted tag "cuesheet" to file cue_sheet2.cue
restored cue_sheet2.wav in 27.48 secs (lossless, 92.75%)

cue_sheet3.wv:
extracted tag "cuesheet" to file cue_sheet3.cue
restored cue_sheet3.wav in 25.72 secs (lossless, 92.75%)

 **** 3 files successfully processed ****

C:\test>dir /b
cue_sheet1.cue
cue_sheet1.wav
cue_sheet1.wv
cue_sheet1.wvc
cue_sheet2.cue
cue_sheet2.wav
cue_sheet2.wv
cue_sheet2.wvc
cue_sheet3.cue
cue_sheet3.wav
cue_sheet3.wv
cue_sheet3.wvc
list
wvunpack.exe

C:\test>

WavPack 4.60 Released

Reply #27
Nice work, always appreciated many thanks.

Is the single executable (WAVPACK + WVUNPACK + WVGAIN rolled into one convenient .exe) still in your plans and could 2010 be a possible year for delivery?
WavPack 5.6.0 -b384hx6cmv / qaac64 2.80 -V 100

 

WavPack 4.60 Released

Reply #28
Is the single executable (WAVPACK + WVUNPACK + WVGAIN rolled into one convenient .exe) still in your plans and could 2010 be a possible year for delivery?

Just out of curiosity: Why would you want that?

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
        - Oceania Association of Autonomous Astronauts

WavPack 4.60 Released

Reply #29
Just out of curiosity: Why would you want that?

David mentioned that was in his plans, albeit with low priority, a while a go, no biggie as far as I'm concerned, but it's been mentioned to me as a relevant inconvenience in comparison to FLAC, APE and TAK, personally I kinda like the old school PKZIP approach.
WavPack 5.6.0 -b384hx6cmv / qaac64 2.80 -V 100

WavPack 4.60 Released

Reply #30
I made static linux binaries with MMX enabled:

rapidshare.com/files/321399541/wavpack-4.60.1-static.tar.bz2


Use them at your own risk.