search for: ga63

Displaying 4 results from an estimated 4 matches for "ga63".

Did you mean: a63
2007 Jan 02
3
Is FLAC fully cooked for OS X yet?
On Jan 2, 2007, at 5:15 AM, Arek Korbik wrote: > The binary frameworks distribution, as found on: > http://xiph.org/quicktime/download.html , hasn't really been tested > much outside the XiphQT project. I never had any problems with them, > but any improvement suggestions or help is welcome. Well, ok, then if the framework is intended to work, then let me describe closer the
2007 Jan 03
1
Is FLAC fully cooked for OS X yet?
...; your code where you are doing that, it would help. > > note that samples going in to the process calls must be converted > to signed 32-bit integers (this is lossless) regardless of the > initial format. see also: > http://flac.sourceforge.net/api/group__flac__stream__encoder.html#ga63 > > from your description it sounds like you might be sending packed > 16-bit samples somehow which could cause every other sample to get > encoded. OK, now I'm totally stumped. I can confirm that I'm sending the encoder 32-bit signed integers, and that they are correctly re...
2006 Dec 12
1
Setting compression level
Hi. I'm have a little problem with setting compression level since 1.1.3 releases. I'm using : FE = FLAC__stream_encoder_new(); FLAC__stream_encoder_set_channels( FE, channels); FLAC__stream_encoder_set_bits_per_sample( FE, bitsample); FLAC__stream_encoder_set_sample_rate( FE, samplerate); unsigned int level; if (formatdatalen>0) level = *(char*)(formatdata); else level = 7; if
2007 Jan 02
0
Is FLAC fully cooked for OS X yet?
...ved(). if you could send your code where you are doing that, it would help. note that samples going in to the process calls must be converted to signed 32-bit integers (this is lossless) regardless of the initial format. see also: http://flac.sourceforge.net/api/group__flac__stream__encoder.html#ga63 from your description it sounds like you might be sending packed 16-bit samples somehow which could cause every other sample to get encoded. Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo....