search for: flacencod

Displaying 6 results from an estimated 6 matches for "flacencod".

Did you mean: flacencoder
2006 Sep 06
2
Getting subframe type=verbatim on 16 bit files
...les I see that I get: frame=9 blocksize=4608 sample_rate=8000 channels=1 channel_assignment=INDEPENDENT subframe=0 wasted_bits=0 type=VERBATIM ....... Any idea why/ where I have goofed? Thanks, James Code snippet: =================================================== FlacEncoder flacCompressor; bool setValue = false; // set up regular parameters setValue = flacCompressor.set_channels (numChannels); setValue = flacCompressor.set_bits_per_sample (bitsPerSample); setValue = flacCompressor.set_sample_rate (sampleRate); setValue = f...
2006 Sep 06
0
Getting subframe type=verbatim on 16 bit files
...channels=1 > channel_assignment=INDEPENDENT > subframe=0 wasted_bits=0 type=VERBATIM > ....... > > Any idea why/ where I have goofed? > > Thanks, > > James > > > Code snippet: > =================================================== > FlacEncoder flacCompressor; > bool setValue = false; > > // set up regular parameters > setValue = flacCompressor.set_channels (numChannels); > setValue = flacCompressor.set_bits_per_sample (bitsPerSample); > setValue = flacCompressor.set_sample_rate...
2006 Sep 07
2
Getting subframe type=verbatim on 16 bit files
...> subframe=0 wasted_bits=0 type=VERBATIM >> ....... >> >> Any idea why/ where I have goofed? >> >> Thanks, >> >> James >> >> >> Code snippet: >> =================================================== >> FlacEncoder flacCompressor; >> bool setValue = false; >> >> // set up regular parameters >> setValue = flacCompressor.set_channels (numChannels); >> setValue = flacCompressor.set_bits_per_sample (bitsPerSample); >> setValue = flacCom...
2008 May 19
1
Memory leaks due to Metadata object vorbis comment API ???
...tes. > ==21449== > ==21449== 97 bytes in 5 blocks are definitely lost in loss record 1 of 1 > ==21449== at 0x401A826: malloc (vg_replace_malloc.c:149) > ==21449== by 0x804C66F: > FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair (in > /home/XXX/workspace/FLACEnc/FLACEncoder) > ==21449== by 0x80488AC: (within /home/XXX/workspace/FLACEnc/FLACEncoder) > ==21449== > ==21449== LEAK SUMMARY: > ==21449== *definitely lost: 97 bytes in 5 blocks.* > ==21449== possibly lost: 0 bytes in 0 blocks. > ==21449== still reachable: 0 bytes in 0 blocks....
2007 Jan 16
3
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
...sted with flac -t. I am at a loss as to why! When I set FLAC__stream_encoder_set_verify to true no errors are reported during the encode. Has anyone seen anything like this? The source for my encoder may be viewed at http://macaudiox.svn.sourceforge.net/viewvc/ macaudiox/trunk/Encoders/FLACEncoder.m?view=markup if anyone is curious. The second issue is likely more serious. When I attempt to add album art to one of the FLAC files I've created (using the level 2 metadata interface), the files are becoming corrupt (in a sense). Testing with flac-t indicates "ERROR, --until v...
2007 Jan 17
0
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
...-t. I am at a loss as to why! When I set > FLAC__stream_encoder_set_verify to true no errors are reported during > the encode. Has anyone seen anything like this? The source for my > encoder may be viewed at http://macaudiox.svn.sourceforge.net/viewvc/ > macaudiox/trunk/Encoders/FLACEncoder.m?view=markup if anyone is > curious. I took a quick look and it seems fine, but I'm assuming some things about the format of the incoming samples. the way samples are passed to the encoder has not changed in flac-1.1.3 so if the same code worked before it should still work. when you de...