Displaying 20 results from an estimated 600 matches similar to: "right settings for highest quality"
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
From: Thorvald Natvig <slicer at users.sourceforge.net>
---
celt.pc.in | 2 +-
configure.ac | 2 ++
libcelt/Makefile.am | 12 ++++++------
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
2009 Mar 10
2
Problems building celt-0.5.2 for blackfin
Problems building celt-0.5.2 for blackfin.
Use the following to configure:
#!/bin/sh
# bfinconf
# Set up configuration to cross compile on blackfin
./configure \
--host=bfin \
--enable-fixed-point \
CC=bfin-uclinux-gcc \
CFLAGS='-O2 '\
'-mfast-fp '\
'-ffast-math '\
'-Wall -Dlinux '\
'-D__linux__ '\
'-fno-strict-aliasing '\
2010 Jul 30
4
can I create command line versions of the newer test releases?
Hi,
I am a newbe here, so I hope I am not asking something crazy. I was looking on the Celt downloads and I noticed that the latest command line builds were for version 0.6. I know it is still early in development, and that the devs probably don't have time for developing CL versions for everything. since I know nothing about sourcecode and whatnot, I was wondering if there was a fairly simple
2009 May 11
1
22 kHz version of CELT
Hi,
I'd like to know the reasons why CELT supports only signals with sampling
frequency in the range of 32-96 kHz.
In effect, it can clearly outperform speex at high bitrates, and has
potential to be used in high quality voice communications even for 11, 16
and 22 kHz speech signals. It could also compete with SILK codec (to be soon
released by Skype).
See this page for more specifications
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all,
after FOMS I decided to take a look at the opus library and I found
that I could improve a bit the build system and cleanup the code a
little bit.
Most of the changes to the code has been suggested by my two tools
cowstats and missingstatic (part of the ruby-elf gem if you care).
HTH,
Diego
2009 Jan 14
0
[PATCH] Pitch now quantised at the band level, got rid of all the VQ code.
---
libcelt/Makefile.am | 6 +-
libcelt/bands.c | 26 +++++++++-
libcelt/bands.h | 2 +-
libcelt/celt.c | 23 +++-----
libcelt/pgain_table.h | 133 -------------------------------------------------
libcelt/quant_pitch.c | 117 -------------------------------------------
libcelt/quant_pitch.h | 44 ----------------
7 files changed, 37 insertions(+), 314
2011 Dec 05
2
bit error robustness
Hello everyone,
I'm evaluating the Celt in terms of robustness against bit errors.
So what I have done is encoding a wav file using the \tools\celtenc.exe
and then manipulated the wav file according a desired bit error rate or
burst error length.
But the Celt decoder stops decoding with the first bit I manipulated even
if this bit is not in the header.
So is there a way to do the test
2011 Mar 02
1
[PATCH] Fix CNG when effEBands is less than nbEBands.
We were trying to normalize bands that didn't actually exist (e.g.,
the last band with 320-sample frames at 32kHz).
Thanks to John Ridges for the report.
---
libcelt/celt.c | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/libcelt/celt.c b/libcelt/celt.c
index 31d35f8..287c720 100644
--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -1137,6 +1137,7
2009 Jan 05
1
trouble building celt on Fedora
Hi All,
I'm looking to package up celt for inclusion in Fedora as the next
stable release of ekiga/opal will have support for it. I've run into
two issues in compiling it into a rpm. The first is a show stopper,
then second one not so much of an issue but thought I'd report it for
reference.
The first issue is due to the celtdec and celtenc explicitly define
rpath. I get the
2010 Aug 18
2
C Prog
Hi,
does anyone have small programms in C, one to encode and one to decode with
celt, that I could use for a fpga chip softcore?
greets
yon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100819/7cd96a41/attachment-0002.htm
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 08
2
Problem compiling celt 0.7.0
# make
make all-recursive
make[1]: Entering directory `/tmp/celt-0.7.0'
Making all in libcelt
make[2]: Entering directory `/tmp/celt-0.7.0/libcelt'
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -s -O3 -march=i686 -fvisibility=hidden -W
-Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow
-Wno-parentheses
2010 Dec 03
1
memory violation in mode_create() !
?
There seems to be a memory violation when calling celt_mode_create(48000, 240).
?
The function compute_pulse_cache() calls celt_alloc (the second one,
bits=celt_alloc()) in order to allocate 343 byte, but it is using about 872
bytes at that location, which will be deleted by the following allocations.
?
In this case the following encoder call crashes at first run.
?
Sorry, my time is very
2010 Jul 19
1
Endianess Switch?
Jean-Marc,
It appears that since testcelt reads a WAVE file from disck and passes the
data directly to celt_encode, so that celt_encode's "in" buffer must be
expecting little-endian formatted packets. Is this correct? Is there
endiness switch somewhere?
Thx
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Sep 02
1
CELT 0.11.3 tandem test fails
Hello,
I'm building packages for Slackware and I've just tried to upgrade
Slackware 13.37's CELT package to version 0.11.3, which apparently was
released last year, but I've omitted it because it was not announced on
the site. Anyway, now that I try build with the following configuration
in my SlackBuild script:
CFLAGS=$SLKCFLAGS -O2 \
CXXFLAGS=$SLKCFLAGS -O2 \
2011 Apr 20
1
CELT in ffmpeg and API questions
Hi.
I am glad to inform everyone here that support for decoding using libcelt
was just pushed to ffmpeg.
It raised a few API questions or issues:
* At least while it's experimental, having a constant in the library for the
supported bitstream version would probably be useful. Something like that
comes to mind:
extern celt_int32 celt_bitstream_version;
or, even better:
int
2009 Jul 28
1
Visual Studio support
I'd like to add support for CELT in a C# application. To do so, I'd like to build CELT as a static library using VS which I would then wrap with C++/CLI so I can access the encode/decode funtionality from within C#. Is it possible to compile CELT using Visual Studio? The first issue I ran into was that VS doesn't support the 'restrict' keyword. It does have __restrict which
2010 Dec 19
1
Celtenc not working in 0.9.1
Hi,
I'm currently testing libcelt (celt-0.9.1) on my Openwrt/Kamikaze
RDC-3210 platform and although I'm able to Crosscompile on my Ubuntu
10.10 machine without errors, the resulting celtenc doesn't seem to work
properly.
Ran ./configure via the Openwrt makefile first (activating fixed-point) ;
I first produce a S16_LE Raw PCM file (48Khz, stereo) : test.pcm
Then I try to encode
2009 Dec 02
1
bug found in CELT 0.6.1, fix proposed.
Hi all I have spent the last three days evaluating CELT on our supported platforms.
I found a bug in quant_bands.c, that due to processor/compilation differences did not cause an issue on x86 platforms, but is a problem on the MIPS processor embedded devices. When decoding on the MIPS devices, there was a lot of noise added during the decoding, the noise is mainly in the 15 khz to 21 khz range.
2009 Oct 28
2
Visual Studio Project file?
I am working on a project that transports audio in realtime from a linux
box to a windows box throuh libcelt.
The windows client program is written in C# and C++ and I therefore need
the celt library in its most recent version (0.7) to be able to compile
in Visual Studio 2008.
In order to do this I, as I understand it, need a .vcproj file for the
project.
Are there any plans on making such a