Log in

View Full Version : FLAC Binaries (Win)


Barough
29th November 2022, 00:55
FLAC v1.4.3 (Release) (GCC v14.1.0)
https://www.mediafire.com/file/j5sisxeqrprbyw4

------------

FLAC v1.4.3 (Release) (CLANG v18.1.4)
https://www.mediafire.com/file/9g09mmyyu9omtkc

tormento
12th January 2023, 11:43
I switched since a long time to FlacCL (http://cue.tools/wiki/FLACCL).

I suggest everybody to do the same (if they have a decent video card). :)

Barough
6th May 2023, 20:06
Flake-svn-r264-Win-Intel-LLVM-2023 (John33)

DL :
https://www.mediafire.com/file/ehkf7us3mb9mtow

Forteen88
2nd June 2023, 12:03
FLAC v1.4.2 (Release)
Built on May 05, 2023, GCC 13.1.0


See first post :)It's x64, right?!
Thanks.

Barough
2nd June 2023, 12:05
Both 32 & 64 bit FLAC Windows binaries

Sent from my SM-S908B via Tapatalk

Barough
24th May 2024, 23:41
FLAC git-cfe3afca 20240516
Built on May 24, 2024, GCC 14.1.0
(Code Base : 1.4.3)

https://www.mediafire.com/file/ufg19gbv64kc67a

tebasuna51
25th May 2024, 10:19
Using that last version to encode and decode any sample, and using also your last SOX version the problem Flac | Sox (https://forum.doom9.org/showthread.php?p=2002181#post2002181) remain:

flac -d --force-legacy-wave-format -c src.flac | sox -V6 --ignore-length -t wav - -b16 -c2 -r44.1k out.wav

flac git-cfe3afca 20240516
Copyright (C) 2000-2009 Josh Coalson, 2011-2023 Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.

sox: SoX v14.4.2
time: May 23 2024 21:40:13
compiler: gcc 14.1.0
arch: 1248 48 88 L OMP
sox DBUG wav: Found chunk 'fmt ', size 16
sox FAIL formats: can't open input `-': invalid chunk ID found
src.flac: ERROR, decoded number of samples is smaller than the total number of samples set in the STREAMINFO

Sox read the 'fmt' chunk and after FAIL.
The ERROR is from Flac because sox can't know the name src.flac

The same without --force-legacy-wave-format or without --ignore-length in sox (not needed because is a small sample)

--force-aiff-format ... sox FAIL formats: can't open input `-': WAVE: RIFF header not found
--force-wave64-format ... sox FAIL formats: can't open input `-': WAVE: RIFF header not found
--force-rf64-format ... sox DBUG wav: Found RF64 header
sox DBUG wav: Found chunk 'ds64', size 28
sox FAIL formats: can't open input `-': invalid chunk ID found
--force-extensible-wave-format ... sox DBUG wav: Found chunk 'fmt ', size 40
sox INFO wav: EXTENSIBLE
sox FAIL formats: can't open input `-': invalid chunk ID found

tebasuna51
25th May 2024, 23:25
Maybe the problem is with Sox, from where are the sources of your Sox builds?