Displaying 20 results from an estimated 1000 matches similar to: "New package: codebook"
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
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
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
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
2008 Mar 26
2
Mixing Codebook?
Hi guys,
This is my first post, I?m a brazilian programmer and I think speex is a
great project. :)
I'm working on a free software project and I was planning to use speex on
it. I have used the java speex version in another project and that worked
well, and this time I was planning to use a JNI version to get the latest
features.
ok, lets get to the point. :)
I would need to mix some audio
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
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
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
2006 May 19
0
help - about the vorbis codebook
Hi, All. I am a new one to vorbis codec, I want to write a vorbis decoder, so I read the vorbis specification, but when I read the paragraph about codebook stream format. I am totally confused, can any one give me some detailed information about the codebook. Thanks in advance
He Yang
2006 May 19
0
help - about the vorbis codebook
Hi, All. I am a new one to vorbis codec, I want to write a vorbis decoder, so I read the vorbis specification, but when I read the paragraph about codebook stream format. I am totally confused, can any one give me some detailed information about the codebook. Thanks in advance
He Yang
2006 Sep 11
0
Distances in codebook search
Bj?rn,
I would be very interested in looking at your data and the R file.
Actually, I think a lot of people would. You might want to post it on a
website...
CB
-----Original Message-----
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On
Behalf Of Bj?rn Thalheim
Sent: Monday, September 11, 2006 4:43 AM
To: speex-dev@xiph.org
Subject: [Speex-dev] Distances in codebook
2003 Aug 06
0
Re: [vorbis] question about codebook
Áô©~ªº ¦Ñ¤H wrote:
> Dear Segher
>
> Thanks for your information. Besides, the mechanism of the huffman
> decoding seems can not work in a 24-bit processor if the code length
> exceeds 24, though I have checked several vorbis file from network and
> they are all below 24 bit
True; but you can special case the >24 bit codebook to use
a more "traditional" decoding
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).
2006 May 10
2
Codebook decoding help
Dear Sir or Maddam,
we're in the progress of developing a multimedia framework for Java. We started with programming a Vorbis (ogg) codec and demultiplexer and have still some problems with this.
The problem occured when trying to read the setup header of a vorbis file.
After a certain time we have to decode the codebook_lengths but this does not work.
We followed the instructions in 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
2005 Sep 05
0
Codebook boundaries
Do codebooks always start at byte boundaries, or can they start at arbitrary
bit positions after the first codebook?
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]]
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:
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.