search for: kuhlen

Displaying 8 results from an estimated 8 matches for "kuhlen".

2005 Dec 09
0
RE: nodebytes and leafwords
hi kuhlen, what you said is correct. i am talking about how you are going to arrange these codewords into an array, i.e. in the function _make_decode_table. there he uses node bytes and leaf words for memory management. i got a 24 bit platform. so if i assume that max. codeword length that could be possible...
2003 Apr 24
2
Huffman decompression
Hello ! A question to all 'Wheel-reinventers': I can build the huffmantrees by hand (on paper) but how to code it? Are there any good URLs out there? Or does the spec supply sufficient information? I tried figure out how oggdec (debugging) does this, but I couldn't get the clou. Thank you Dominik --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2003 Jul 27
1
oggenc questions
Hello everybody! Some questions concerning oggenc: 1 why is it called oggenc? (vorbisenc would make more sense) 2 Is it true, that oggenc uses only some predefined codebooks (depending on -q)? 2.1 Are they just "random" books, or were they "optimized" in any way 2.2 Is it possible, that some codebooks are stored in the header, but are never used (even in long (>3min) files)?
2004 Sep 21
6
Vorbis decoder sample code
Hi, I'm a Pocket PC developer and have created a audio translator application on this platform. I currently make use of an MP3 decoder engine, but due to heavy licensing fees I'm thinking of switching over to a patent free format. Vorbis presents the best approach. I read that tremor decoder has been especially optimized for embedded devices. I'd like to make use of this and
2003 Mar 15
0
mapping mux vector question
Hello everybody According to "vorbis-spec-ref.html" paragraph: "mappings", the vector [vorbis_mapping_mux] should contain the following: 4. if [vorbis_mapping_submaps] is greater than one, we read channel multiplex settings. For each [j] of [audio_channels] channels: 1. vector [vorbis_mapping_mux] element [j] = read 4 bits as unsigned integer 2. if the value
2003 Mar 15
0
Another question
Hello again File "vorbis-spec-ref.html" paragraph "packet type, mode and window decode" 1. if this is a long window (the [vorbis_mode_blockflag] flag of this mode is set): 1. read 1 bit for [previous_window_flag] 2. read 1 bit for [next_window_flag] ... But how to set/unset them if [vorbis_mode_blockflag] flag of this mode is not set? (compiler complains
2006 Sep 13
0
Typo in vorbis RTP spec
Hi, s/fmpt/fmtp/g should solve this issue. or attached patch. Dominik -------------- next part -------------- A non-text attachment was scrubbed... Name: rtp_typo_fix.patch Type: text/x-diff Size: 815 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20060913/eb53ffab/rtp_typo_fix.bin
2003 Mar 16
2
Some Questions
Hello I posted these to the vorbis maillist, but got no answers, so I try it here again: Currently, I'm having a very close look at the spec and discovered some mistakes, misundestandings: 1--------- in "vorbis-spec-res.html" paragraph Residue format Reside format partitions each......... ^ heres the 'u' missing. <p>2-------------- Probably another one in