Displaying 3 results from an estimated 3 matches for "cmatic".
Did you mean:
matic
2004 Nov 16
2
RE: basic encoder help
>I'm currently facing the same problem.
>I added the libFLAC++ libraries to my MSVC application.
>I implemented the same quality levels (0-8) as used in the FLAC frontend application.
>But the resulting files are remarkable different between my application and the FLAC frontend >(although using the same settings).
It did turn out to be something in my byte ordering in the end
2004 Nov 05
0
RE: basic encoder help
I was also playing with the signed/unsigned char thing, and it solved my
problem too.
Although I don't understand why this could make a difference?
-----Original Message-----
From: Andrew Gatt [mailto:andrew.gatt@cmatic.co.uk]
Sent: vrijdag 5 november 2004 11:24
To: saruman@pandora.be
Cc: flac-dev@xiph.org
Subject: RE: [Flac-dev] RE: basic encoder help
>I'm currently facing the same problem.
>I added the libFLAC++ libraries to my MSVC application.
>I implemented the same quality levels (0-8) as used...
2004 Nov 02
1
Basic Encoder Help
Hello all,
I've been writing a basic encoder using libFLAC++. It seems to work fine, as in the resultant file is playable in any FLAC compatible player, however the compression ratio is very small - the main example being a 60MB file compressing to 54MB, i guess there's an option i've missed, but i cannot track it down. I was hoping someone could point it out for me: