search for: flacstate

Displaying 3 results from an estimated 3 matches for "flacstate".

Did you mean: blacktate
2006 Sep 06
2
Getting subframe type=verbatim on 16 bit files
...[1]; // stuff some pading for metadata padding.type = FLAC__METADATA_TYPE_PADDING; padding.is_last = 0; padding.length = 40; metadata[0] = &padding; setValue = flacCompressor.set_metadata(metadata, 1); FlacEncoder::Stream::State flacState = flacCompressor.init(); /* // verify that the values are correct...they are fine, why still verbatim? int i; i = flacCompressor.get_channels (); i = flacCompressor.get_bits_per_sample (); i = flacCompressor.get_sample_rate (); i = flacCompressor.get_blocksize();...
2006 Sep 06
0
Getting subframe type=verbatim on 16 bit files
...metadata > padding.type = FLAC__METADATA_TYPE_PADDING; > padding.is_last = 0; > padding.length = 40; > metadata[0] = &padding; > setValue = flacCompressor.set_metadata(metadata, 1); > > FlacEncoder::Stream::State flacState = flacCompressor.init(); > > /* > // verify that the values are correct...they are fine, why still > verbatim? > int i; > i = flacCompressor.get_channels (); > i = flacCompressor.get_bits_per_sample (); > i = flacCompressor.get_sample_rate (); &g...
2006 Sep 07
2
Getting subframe type=verbatim on 16 bit files
...ng.type = FLAC__METADATA_TYPE_PADDING; >> padding.is_last = 0; >> padding.length = 40; >> metadata[0] = &padding; >> setValue = flacCompressor.set_metadata(metadata, 1); >> >> FlacEncoder::Stream::State flacState = flacCompressor.init(); >> >> /* >> // verify that the values are correct...they are fine, why still >> verbatim? >> int i; >> i = flacCompressor.get_channels (); >> i = flacCompressor.get_bits_per_sample (); >> i = flacC...