search for: flac_fil

Displaying 2 results from an estimated 2 matches for "flac_fil".

Did you mean: flac_file
2004 Sep 10
2
Storing FLAC in Matroska
...(flacData *)client_data; }; void flac_DecoderErrorCallback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) { flacData *ourData = (flacData *)client_data; }; int main(int argc, char* argv[]) { //Create the FLAC stream decoder FLAC__StreamDecoder *flac_file = FLAC__stream_decoder_new(); //Setup the callbacks FLAC__stream_decoder_set_read_callback(flac_file, (FLAC__StreamDecoderReadCallback)flac_DecoderReadCallback); FLAC__stream_decoder_set_write_callback(flac_file, (FLAC__StreamDecoderWriteCallback)flac_DecoderWriteCallback); FLAC__stream_decod...
2004 Sep 10
2
Storing FLAC in Matroska
Hello, I'm looking into storing FLAC audio in Matroska and I have a few questions. 1. Can I use libflac to extract the compressed frames? Or will I need to write up a simple file parser? 2. What is required to decode the frames? From the docs I understand that you need the FRAME and you may need the METADATA_BLOCK. Thanks, Jory Stone jcsston@toughguy.net Matroska, the new,