Displaying 2 results from an estimated 2 matches for "train_lsp".
Did you mean:
dtrain_lsp
2000 Nov 08
1
vorbis module: Makefile cleaning
...ng, and
there are two lines where the frameno --> granulepos name change was missed.
Similarly, it might be an idea to reinstate the 'selftest' target, even though
you normally wouldn't make it.
I also have rules to make the special library versions
e.g. --- vorbis/Makefile.am with
train_lsp:
$(MAKE) all CFLAGS="@CFLAGS@ -DTRAIN_LSP"
analysis:
$(MAKE) all CFLAGS="@CFLAGS@ -DANALYSIS"
both:
$(MAKE) all CFLAGS="@CFLAGS@ -DTRAIN_LSP -DANALYSIS"
--- targets. This is a minimal change, and there are certainly better
ways to do it (...
2001 Apr 16
2
Dump utility?
Is there any dump utility that exists for vorbis streams?
What I am intersted in is something that will do a break down like:
How many bits are used for encoding _each_ codebooks, how many bits are
used for the residue, how much is used for the lpc coefficints. A
selective dump of the codebooks themselves would be nice too of course.
I'm wondering if anyone has such a little dump utility.