search for: celt_version

Displaying 3 results from an estimated 3 matches for "celt_version".

2009 Feb 26
2
celtenc/celtdec does not display CELT_VERSION
A small issue, but missing. Something like this would be helpful: - printf ("celtenc (CELT encoder)\n"); + printf ("celtenc (CELT %s encoder)\n", CELT_VERSION); til
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...+------ tests/Makefile.am | 2 +- tools/Makefile.am | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/celt.pc.in b/celt.pc.in index 98cc008..67a830b 100644 --- a/celt.pc.in +++ b/celt.pc.in @@ -10,5 +10,5 @@ Description: CELT is a low-delay audio codec Version: @CELT_VERSION@ Requires: Conflicts: -Libs: -L${libdir} -lcelt -lm +Libs: -L${libdir} -lcelt at LIBCELT_SUFFIX@ -lm Cflags: -I${includedir} diff --git a/configure.ac b/configure.ac index 4f13d7e..d5e31a7 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ CELT_MINOR_VERSION=7 CELT_MICRO_VERSION=0 CE...
2011 Apr 15
4
Can I use VBR option to change byte_per_packet dynamically ?
Hi,I have been trying some different sample rate and bitrate combinations to get a feel for how CELT behaves,too, like Andrew Lentvorski. But I want to use VBR option.I want to ask a question about VBR in CELT codec.Can we use VBR option in CELT ??? "byte_per_packet" variable in code means constant bit rate, does not it ?In this code : bytes_per_packet is constant.len =