Displaying 4 results from an estimated 4 matches for "flacers".
2006 Oct 09
2
understanding decorrelation
Hi FLACers
I'm studying music production and am currently doing an analysis of the FLAC format. If anyone has the knowledge and a minute to explain i would greatly appreciate any help. One thing that i cannot make sense from in the FLAC documentation (a thing that is hard to find info on in general) is h...
2004 Sep 10
1
make headers C++ compatible?
Hello FLACers,
I'm working on implementing FLAC support for Audacity, a cross-platform
audio editor (audacity.sourceforge.net). We're experimenting with using
FLAC as the internal data representation.
Unfortunately, the FLAC headers cannot be used in C++ programs because of
the use of 'private'...
2005 Nov 07
1
FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC
Hello FLACers,
I'm just getting started and am using the test suite as a beginning
point. I have combined the stream encoder and decoder tests.
The test encoder uses a 1024 array of integers (initialized 0-7 over and
over again). I take this array and feed it into the encoder and save the
resulting array f...
2006 Oct 09
0
understanding decorrelation
--- Ulrik Nissen <obbarius@rediffmail.com> wrote:
>
> Hi FLACers
>
> I'm studying music production and am currently doing an analysis of
> the FLAC format. If anyone has the knowledge and a minute to explain
> i would greatly appreciate any help. One thing that i cannot make
> sense from in the FLAC documentation (a thing that is hard to find...