Displaying 20 results from an estimated 10000 matches similar to: "CELT on ARM?"
2010 Mar 22
2
Porting CELt to the C5505
Tony,
How is this going? Have you been able to get CELT to run on a TI55xx? I am
very interested in the % utilization of the hardware and whether multiple
instance of CELT on the same DSP are feasible. I look forward to your
findings.
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 01
4
(no subject)
Jean-Mark, Tim,
Could either of you expound on the following comment in cwrs.c?
/*If _k==0, the following do-while loop will overflow the buffer.*/
----------------------------------------------------------------
...because the following do-loop does overflow the buffer when k=126
k=2;
do _u[k]=(k<<1)-1;
while(++k<len);
Thanks,
MikeH
-------------- next
2011 Oct 10
1
24-bit audio?
Gents,
"CELT now supports a larger dynamic range, suitable for encoding 24-bit
audio (float version only)."
I realize this was way back in V6, but is it still true?
Thx,
MikeH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20111010/d38482b5/attachment-0002.htm
2012 Feb 16
1
Static Variables?
I am trying to get CELT running on a TI 5515 and am having trouble creating
a heap large enough to accommodate all of the dynamically created variables.
In fact, I would much prefer to have all variables created statically. Could
someone give me a short tutorial on what I need to do the create all of the
requisite variable statically?
Thx,
MikeH
-------------- next part --------------
An
2010 Jul 06
3
V0.8.0 Problems
Tim, et al,
I have run into several problems with V0.8.0. I will address them seperately.
1. My compiler is complaining about the following code in celt.c which seems to define metric first as celt_word32, then as celt_word16. Am I mis-interpreting something?
?? VARDECL(celt_word32, metric);
?? ALLOC(metric, len, celt_word16);
Thx
MikeH
-------------- next part --------------
An HTML attachment
2010 Nov 04
1
Frame_size?
"frame_size = PCM audio in signed 16-bit format (native endian). There must
be exactly frame_size samples per channel."
Sorry for such a simple request, but could you please clarify the definition
of frame_size when using stereo audio channels? When you say "frame_size
samples" does this mean that, if my frame_size is defined as 128, there are
64 left samples and 64 right
2011 Aug 09
4
not building with --enable-arm-asm -enable-arm5e-asm
Hi,
I am getting the following dump while trying to build for arm
./configure --prefix=/root/dump --host=arm-linux --with-gnu-ld
--disable-static --enable-fixed-point --enable-arm-asm -enable-arm5e-asm
configure: WARNING: unrecognized options: --enable-arm-asm
Type "make; make install" to compile and install Speex
root at rony-ubuntu:~/speex# make
make all-recursive
make[1]:
2009 Feb 17
1
CELT on ARM Cortex C3
Hello All.
Could anybody help me with one question about CELT?
I develop one project based on ARM7TDMI or Cortex C3 core.
Can i use CELT with 32kHz and 48kB on these fixed point cores?
Or it`s need to transfer project to Blackfin core (but it isn`t
convenient to me)?
With best regards, Alexey Voroshen.
2008 Oct 14
2
CELT 0.5.0 is out
Hi everyone,
I'm happy to announce CELT version 0.5.0. This release includes
simplifications to the bit allocation code and includes a new
low-complexity mode that can be enabled (without breaking compatibility)
on the encoder side. There are several other optimisations and bug fixes
included. The API has also been slightly modified, so code using CELT
will have to be updated (only minor
2008 Oct 14
2
CELT 0.5.0 is out
Hi everyone,
I'm happy to announce CELT version 0.5.0. This release includes
simplifications to the bit allocation code and includes a new
low-complexity mode that can be enabled (without breaking compatibility)
on the encoder side. There are several other optimisations and bug fixes
included. The API has also been slightly modified, so code using CELT
will have to be updated (only minor
2008 Oct 14
1
CELT 0.5.0 is out
Hi Jean-Marc,
1. Why CELT versus Speex?
2. What's the RTP payload for CELT, so we can add it in Yate?
3. What are the SDP declaration parameters?
Diana
Jean-Marc Valin wrote:
> Hi everyone,
>
> I'm happy to announce CELT version 0.5.0. This release includes
> simplifications to the bit allocation code and includes a new
> low-complexity mode that can be enabled (without
2008 May 18
3
CELT 0.3.2, listening tests
Hello all,
This is slightly off-topic, but should be of interest to some people on
this list. I just released version 0.3.2 of the CELT ultra low-delay
audio codec (http://www.celt-codec.org/). CELT is designed to encode
high quality speech and music with less than 10 ms delay and at rates
starting from around 32 kbit/s.
This version is "special" in that it is the basis for some
2008 Oct 16
2
CELT 0.5.0 is out
On Tue, 14 Oct 2008, Jean-Marc Valin wrote:
> Diana Cionoiu a ?crit :
>> Hi Jean-Marc,
>>
>> 1. Why CELT versus Speex?
>
> There's nearly no overlap between Speex and CELT. CELT is much higher
> quality, very low latency, and of course, higher bit-rate than Speex. So
> it really depends on the application.
>
>> 2. What's the RTP payload for CELT,
2009 Nov 20
1
What is the relation of CELT and SPEEX?
Hi Jean-Marc,
I got to this mailing list while trying to use the latest SPEEX version
(1.2rc1) VAD capabilities.
I had difficulties to successfully distinguish speech from non speech on
recorded files (probably doing something wrong).
Digging into the code I found out a remark saying :"*The VAD has been
replaced by a hack pending a complete rewrite*".
In search for answer I found out
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
2010 Feb 13
1
CELT solution for beginner
What is the best option for beginner to try Celt codec, i will try to test live audio from point a to point b. Is there any windows solution? Ekiga?
Kreso
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100214/5f3e4247/attachment-0002.htm
2009 Aug 16
3
llcon software using CELT
Hi all,
I am the developer of the llcon software (llcon.sf.net) which is a
software making it possible for musicians to play in real-time over the
internet. Up to now I have used ADPCM or no audio coding.
Gregory Maxwell was pointing me to the great CELT project. Using CELT
has the advantage to be able to use higher sample rates, getting lower
code rate and better error concealment.
I have
2011 Oct 31
1
Can CELT / libopus on a ARM cortex M3 or M4 (fast enough ?)
Hello everyone,
For a private project I would like to make a new Internet Intercom
device (for my kids and me).
At the moment I use a separate DSP with Ogg/Vorbis (VS1053) but I like
a challenge ;-)
Is a eg. ST32F10x (cortex m3) or a new ST32F40x (cortex m4) powerful
enough to do encoding and decoding ?
Any existing projects to learn from?
Thanks for your time,
Edwin van den Oetelaar
2008 Oct 16
4
CELT 0.5.0 is out
On Thu, 16 Oct 2008, Jean-Marc Valin wrote:
> Aymeric Moizard a ?crit :
>>> None of that is defined yet, though I'm open to suggestions on how to do
>>> the mapping.
>>
>> CELT/44100 and CELT/48000
>> a=fmtp:105 stereo=on
>>
>> probably a latency value?
>
> It would definitely need a frame_size value
>
>> "CELT"
2010 Jun 02
1
C55xx Linking Error
I am attempting to port CELT to the TI C5515 DSP. I am
compiling/assembling/linking with Code Composer Studio 4. I have enabled the
TI_55 specific optimizations in my config.h file per this
<http://lists.xiph.org/pipermail/celt-dev/2008-December/000033.html> post.
However, I am getting several "undefined symbol" linking errors that do not
make sense to me. According to the error