similar to: Mixing Codebook?

Displaying 20 results from an estimated 2000 matches similar to: "Mixing Codebook?"

2008 Mar 26
1
Mixing Codebook?
heh...:) maybe I?ll just answer "the number is 42". ;) well... some guys did mixing using *G.722 *encoded frames... maybe we could ask them: 8P http://ieeexplore.ieee.org/Xplore/login.jsp?url=/iel5/4054516/4054517/04054870.pdf?isnumber=4054517&prod=CNF&arnumber=4054870&arSt=2045&ared=2048&arAuthor=G.+Agnello%3B+R.+M.+Dansereau and a little off-topic, but fun for
2008 Mar 26
0
Mixing Codebook?
> ok, lets get to the point. :) > I would need to mix some audio streams realtime. After googling a little > I had only two answers: > 1 - decode,mix,encode > 2 - lower quality, send streams at the same time and mix at the client. > > I didnt like either solutions. > > I?m not an audio expert, so I?m just saying something silly. I readed > that speex uses a fixed
2004 Feb 19
1
read codebook function
Anexed is my function for reading codebooks and the Vq Table. My problem is: I read a codeBook number of 41, so i called this function above 41 times. The firtst time, the sync patterns (BCV) is alligned correctly, so it reads correctly. the sencond time it is executed, the patter is not there anymore and there are only 8 BCV in my file. function fReadBits1 is the same as the ogg's read bit
1999 Nov 11
1
VQ codebook sanity check (please help)
Hello folks, The codebook infrastructure for Vorbis is now well underway. This is it! The last piece needed for *real* bitstreams. To that end, I have a decent VQ codebook generator running. I was originally using some farily typical merge/split algorithms and then decided that the right way to do this was to model a VQ codebook as an m-dimensional set of bubbles (like a foam). I know there
2001 Jun 17
2
Large codebook?
Hello. Earlier I asked if it would be possible to use one common large codebook for all audiofiles. Can you estimate how the following system would work? 1. The audio would be divided to 16 samples blocks. 2. For each block, the first sample would be stored without any encoding. 3. Linear interpolations between the stored samples are computed. 4. The residues (length of 16 samples) between the
2012 Feb 09
4
Getting codebook data into R
I've been trying to get some data from the National Survey for Family Growth into R - however, the data is in a .dat file and the data I need doesn't have any spaces or commas separating fields - rather you have to look into the codebook and what number of digits along the line the data you need is. The data I want are the following, where 1,12,int means that the data I'm interested
2006 Feb 08
1
Speex Command line, Changing the LPC order and modifying the codebook
Hi, can someone help me understand and experiment with Speex in a better way than my knowledge. I want to change the LPC filter order of the Speex algorithm. I think I need to change the LPC order( or lpcSize) in modes.c file. but to make it work I need to modify the codebook also, can someone tell me how to go about changing the codebook entries to support the changed order of prediction.
2001 May 29
2
One codebook for all audiofiles?
[ I'm not in the list because I didn't find a digested version; please move the lists to sourceforge.net, and we would have the digested version. I read the replies from the archive. ] Hello. Would it be possible to allow Vorbis use the same codebook for multiple files? I could keep a 650 MB codebook on CD-R and use that for all my audiofiles. If that is possible, how much the
2000 Dec 24
1
Codebook Flexibility
I've tried to understand the codebook matter (but haven't yet had time to read the source). I want to understand how ibg is the flexibility resulting from packing the codebook in the header of every bitstream. Can we, for example, change the volume of the whole sound by scaling the vectors in the codebook? (My guess is that this wouldn't be enough, as we have to scale the floor of
2007 Dec 11
1
Doubts in codebook decoding
Hi, I am trying to implement ogg vorbis real time decoder on SHARC ADSP 21364 processor. I am writing my own version of the decoder using the documentation vorbis_I_spec.pdf from xiph.org. However I am facing certain hurdles in floor curve decoding during audio packet decode. In the spec it says that [cval] = read from packet using codebook number [so and so] in *scalar context*.(page no 43).
2004 Sep 30
2
Creating a text codebook
Is there a currently existing method in an R package for creating a codebook from a dataframe? Preferably, I would like to be able to export to a text file all relevant information. Thanks, Harold [[alternative HTML version deleted]]
2003 Aug 05
2
question about codebook
Hi, all I am studying the ogg-vorbis algorithm but I have less knowledge about the codebook structure of vorbis. After tracing the release source code, I found it doesn't use huffman tree to decode the huffman code instead of using a special mapping and pre-look. The memory requirement seems similar with huffman tree decoding. Could anyone tell me how the vorbis huffman decoding works
2011 May 08
1
Codebook table
Hello, There is a coodebook for the pitch gains stored in pgain_table.h. How can we get such a table? I have read in the CELT's paper that the codebook is trained, but I do not understand what that realy means. Can anyone give me an idea about that? Thank you very much. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Sep 11
2
Distances in codebook search
Hello, I recently measured the distances ndist[0][nb_subvect-1] which are used to make the decicion, which codebook entries are to be used in libspeex/cb_search.c (function split_cb_search_shape_sign). For that I took a couple of audio books (all german speech), downsampled the tracks to 8kHz and encoded them with "speexenc -n --bitrate 15000 ..." (I used svn revision 11825). Usually,
2007 Dec 11
1
Query in codebook decoding
Hello Monty, Sorry for the wrong subject title last time. A little more clarification needed. When reading bit-by-bit, there is no MSb/LSb, just 'first bit' and 'last bit'. The Huffman tree is traversed from 'first bit' to last bit'. This is a conceptual layer above the bitpacker; all you need to know is what order the bits come out, which happens to be LSb-first.
2005 Sep 05
1
Codebook verification
Is there a utility available that will dump the codebook information for a given Vorbis file. This would be useful to compare my own implementation against as a benchmark. Actually, a utility that would dump all of the Vorbis metadata would be quite useful as a development tool.
2000 Nov 17
1
Floor codebooks vs. Residue codebooks
Hi, Please brace yourselves for some possibly stupid questions. Why are there only 2 codebooks for floors and many more for residue values? What makes the encoding of floor values fundamentally different from encoding residue values? I have a basic understanding of VQ, and looking at the floor decode function, it all makes sense 1) Read the codebook index from the stream 2) Do a
2003 Jun 13
2
Trouble decoding number of codebooks
I'm having trouble decoding the number of codebooks out of an ogg file, and was wondering if anyone here could lend a hand? I read in the sync pattern, and I think the codebook dimensions properly, but when I try and read in the number of codebook entries, I get a number larger than the number of bytes in the file, which I have to assume is wrong :) Anyway this is how I read in the numbers :
2018 Mar 23
0
New package: codebook
Dear R users, codebook (v. 0.5.8) was just released on CRAN. https://CRAN.R-project.org/package=codebook It uses the metadata/attributes that some other packages add (item labels, value labels, labelled missings) to automatically generate a codebook that is both human- and machine-readable. It combines metadata about the variables with data summaries. Many people will import this kind of
2018 Mar 23
0
New package: codebook
Dear R users, codebook (v. 0.5.8) was just released on CRAN. https://CRAN.R-project.org/package=codebook It uses the metadata/attributes that some other packages add (item labels, value labels, labelled missings) to automatically generate a codebook that is both human- and machine-readable. It combines metadata about the variables with data summaries. Many people will import this kind of