search for: get_blocksize

Displaying 5 results from an estimated 5 matches for "get_blocksize".

Did you mean: get_block_size
2003 Nov 15
2
some more granulepos questions
...to know the granulepos of individual packets. It appears that Ogg cannot provide me this information. Glancing at vcut, it appears that I can use the function vorbis_packet_blocksize() to determine the number of samples contained in a given vorbis packet. But I have no idea why the vcut function get_blocksize() adds the packet's block size to the previous packet's blocksize and divides by 4. Q2. How does vcut's get_blocksize() work? ---- The spec says that the stream starts at an offset greater than zero if there are less samples in the first page than the granulepos of the first page....
2006 Sep 06
2
Getting subframe type=verbatim on 16 bit files
...am::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(); i = flacCompressor.get_qlp_coeff_precision (); // default=0 so encoding software picks the best i = flacCompressor.get_min_residual_partition_order (); i = flacCompressor.get_max_residual_partition_order (); // Had tried 0,6 now try 3,3 i = flacCompressor.get_max_lpc_order...
2006 Sep 06
0
Getting subframe type=verbatim on 16 bit files
...> > /* > // 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(); > i = flacCompressor.get_qlp_coeff_precision (); // default=0 so > encoding > software picks the best > i = flacCompressor.get_min_residual_partition_order (); > i = flacCompressor.get_max_residual_partition_order (); // > Had tried > 0,6 now try 3,3 >...
2004 Jun 18
5
Patch to stop vcut from generating broken streams
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://westfish.xiph.org/pipermail/vorbis-dev/attachments/20040618/e7bee431/attachment.pgp
2006 Sep 07
2
Getting subframe type=verbatim on 16 bit files
...t; // 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(); >> i = flacCompressor.get_qlp_coeff_precision (); // default=0 so >> encoding >> software picks the best >> i = flacCompressor.get_min_residual_partition_order (); >> i = flacCompressor.get_max_residual_partition_order (); // >> Had tried >...