On Mar 14, 2013, at 13:24, Declan Kelly wrote:
> I want the tightest possible compression, while remaining 100%
> compatible with the subset that all known FLAC decoders can
> successfully
> stream or play now in cars, Hi-Fi units, "MP3 players" and cell
> phones.
> The out and out most widely
Does FLAC support 24 bit? I remember reading about people updating ffmpeg
for 24 bit support so I'm not really sure what's going on.
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev
Ooops, I accidently replied privately, sorry for that. Here's to the
list (the corrected version, since I accidently omitted a word in my
original reply):
-- Forwarded message --
From: Johnny Rosenberg
Date: 2013/3/16
Subject: Re: [flac-dev] (no subject)
To: Marcus Johnson
201
Solution file still contained the removed in_flac project causing
unnecessary errors on load.
--- FLAC.sln.orig Wed Mar 13 18:23:38 2013
+++ FLAC.slnSat Mar 16 19:14:43 2013
@@ -57,14 +57,6 @@ Project("{4cefbc7c-c215-11db-8314-080020
{4cefbc89-c215-11db-8314-0800200c9a6
On 3/17/2013 10:33, Janne Hyvärinen wrote:
> Here's a patch that makes MSVC compiled flac.exe able to use wildcards
> and encode/decode files with Unicode characters in names. It may not be
> the prettiest code but it fulfills its primary purpose.
> I tried to alter FLAC code as little as possible.