-
If you do an integer-only compile, the verbose compile-time flag is missing as compared to the floating-point compile.
2009-11-09 14:02:22 UTC by kruton
-
If you disable MD5 in your compile, the stream decoder will still try to compile in MD5 calls.
2009-11-09 14:00:50 UTC by kruton
-
When cross-compiling for MinGW32, the build fails at the "#error" in flac-1.2.1/include/share/alloc.h:
#ifndef SIZE_MAX
# ifndef SIZE_T_MAX
# ifdef _MSC_VER
# define SIZE_T_MAX UINT_MAX
# else
# error
# endif
# endif
# define SIZE_MAX SIZE_T_MAX
#endif
The workaround for "_MSC_VER" is perfectly acceptable for MinGW32, too. So the #ifdef just needs to become more flexible.
2009-10-27 19:12:05 UTC by vog
-
I'm using test_streams.sh to sanity check a decder implementation. The encoder (1.2.1) seems to build a largely 0 padded flac file that is much bigger than the original noise.raw file (1572864 bytes). The command line is:
flac --verify --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=24 --channels=2 -0 -e --lax -b 65535 --disable-verbatim-su
bframes...
2009-10-26 15:48:12 UTC by dfee
-
I'm using test_streams.sh to sanity check a decder implementation. The encoder (1.2.1) seems to build a largely 0 padded flac file that is much bigger than the original noise.raw file (1572864 bytes). The command line is:
flac --verify --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=24 --channels=2 -0 -e --lax -b 65535 --disable-verbatim-su
bframes...
2009-10-26 15:31:49 UTC by dfee
-
Dear Mr. Coalson,
I believe this common control library is distributed with Visual Basic and I suspect it is needed by the FLAC Front End. I do not have it. I think you are supposed to include it in your manifest. I may be wrong but I think all the installers can handle it quite handily.
Symptoms of installation error:
"There was an error registering a needed file with the operating...
2009-10-20 04:34:44 UTC by markfilipak
-
Josh himself messaged me to say that these files are reliable. Thank you, John.
2009-10-16 16:03:56 UTC by jdevlet
-
Running puppy linux 4.1.1, with an old (maybe 2000/2001) AMD cpu.
I was having trouble with audacious crashes on startup, caused by libFLAC, and also aqualung crashes (I can't remember the details of that - I think it may have been when I tried to play a FLAC in aqualung).
I recompiled libFLAC myself, which stopped the audacious crashes on startup (I'm not sure about the aqualung crashes)...
2009-10-14 01:02:53 UTC by hoodbild
-
jcoalson committed patchset 3212 of module flac to the FLAC-Free Lossless Audio Codec CVS repository, changing 1 files.
2009-10-05 18:45:10 UTC by jcoalson
-
I installed the latest Flac version for Mac (file flac-1.2.1.dmg) and after that I got serious problems with my iTunes 9.01 under Snow Leopard. Can you please let me know how to un-install that stuff. A manual un-install will do, if you can let me know which files and where I have to remove or delete.
Thanx in advance
-- Hudson.
2009-10-01 22:05:40 UTC by hudsonthehawk