Displaying 20 results from an estimated 3000 matches similar to: "Using CELT on iPod"
2009 May 20
2
Encoder crash in multithreading processing
Hi, I try to work with CELT encoder & decoder in 2 different threads at the
same time.
So I create/destroy encoder and encode in one thread and create/destroy
decoder and decode in other thread.
If I didn't protect celt_encoder_create, celt_encode_float and
celt_decoder_create, celt_decode_float with CRITICAL_SECTION
I get stable error in icwrs32 or ec_byte_write1 (more often) in encoder.
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 Mar 09
2
Threading issues with CELT?
Hi,
I'm using CELT encoder/decoder from several threads (but *different* encoder/decoder objects from the different threads) and I have various crash or "abort" (like ec_byte_write_at_end calling "celt_fatal("byte buffer collision");"
It there any threading issues to known when using CELT?
Thanks
Stephane Letz
2010 Feb 25
1
Compilation for iPhone (celt 0.7.1)
Hi,
In case it is of any help, to compile a static library for the iPhone, I had to add the following 2 lines in plc.c file :
#include "arch.h"
#include "stack_alloc.h"
otherwise "celt_word16..." type are not defined and "VARDECL...." also not.
Best Regards
St?phane Letz
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
2009 Jan 14
0
[PATCH] Moved the application of the pitch gain to (un)quant_bands(). This doesn't change anything to the codec, but will make the next changes easier.
---
libcelt/bands.c | 43 ++++++++++++++++++++++++-------------------
libcelt/bands.h | 6 ++----
libcelt/celt.c | 6 ++----
3 files changed, 28 insertions(+), 27 deletions(-)
diff --git a/libcelt/bands.c b/libcelt/bands.c
index d0c3498..315cce8 100644
--- a/libcelt/bands.c
+++ b/libcelt/bands.c
@@ -247,23 +247,6 @@ void compute_pitch_gain(const CELTMode *m, const celt_norm_t *X, const
2011 Apr 05
1
CELT support for iPad
Hi,
Does anyone have experience with running CELT decoder on iPad?
thanks,
Doron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20110406/6e1af203/attachment-0002.htm
2010 Mar 06
1
What happens with "silence" streams?
Does Celt encode "silence" buffers (in a stream ) or will it produce "empty" compressed data so that bandwdith could be saved when used on a network?
Thanks.
St?phane Letz
2010 May 29
2
[LLVMdev] Vectorized LLVM IR
>
> <32 x float> takes up 8 SSE registers; you're likely running into
> issues with register pressure. Does it work better if you use
> something smaller like <4 x float>?
>
> Besides that, I don't see any obvious issues.
>
> -Eli
You are right yes. The code works faster with <4 x float> types, with still works a bit slower than the scalar
2013 Jul 16
4
[LLVMdev] General strategy to optimize LLVM IR
Hi,
Our DSL emit sub-optimal LLVM IR that we optimize later on (LLVM IR ==> LLVM IR) before dynamically compiling it with the JIT. We would like to simply follow what clang/clang++ does when compiling with -O1/-O2/-O3 options. Our strategy up to now what to look at the opt.cpp code and take part of it in order to implement our optimization code.
It appears to be rather difficult to follow
2008 Jul 09
2
ipod software
i'm new to linux but am an experienced windows user (former ;-) under windows i used a program called Anapod Explorer to manage my ipod nano. it was great. i looked just like windows explorer and all i had to do was drag and drop from folders to my ipod to transfer music. very simple and easy to use. i've looked a few ipod software programs under linux, but nothing comes close to Anapod. i
2005 Jul 07
1
iPod on Centos 4
I'm having trouble getting my iPod working under Centos 4. I was hoping
someone else using their iPod with Centos 4 could shed some light on
this.
When I attach my iPod via USB, I get these messages:
19:36:44 brahma kernel: usb 1-8: new high speed USB device using address 2
19:36:45 brahma kernel: Initializing USB Mass Storage driver...
19:36:45 brahma kernel: scsi2 : SCSI emulation for USB
2013 Jul 18
2
[LLVMdev] LLVM 3.3 JIT code speed
Hi,
Our DSL LLVM IR emitted code (optimized with -O3 kind of IR ==> IR passes) runs slower when executed with the LLVM 3.3 JIT, compared to what we had with LLVM 3.1. What could be the reason?
I tried to play with TargetOptions without any success…
Here is the kind of code we use to allocate the JIT:
EngineBuilder builder(fResult->fModule);
2013 Jul 16
0
[LLVMdev] General strategy to optimize LLVM IR
On Tue, Jul 16, 2013 at 8:16 AM, Stéphane Letz <letz at grame.fr> wrote:
> Hi,
>
> Our DSL emit sub-optimal LLVM IR that we optimize later on (LLVM IR ==> LLVM IR) before dynamically compiling it with the JIT. We would like to simply follow what clang/clang++ does when compiling with -O1/-O2/-O3 options. Our strategy up to now what to look at the opt.cpp code and take part of it
2005 Aug 14
4
3.10pre8 & ipod shuffle
Hello!
I own an Ipod shuffle (512MB) and I am having trouble booting from it
using syslinux 3.10pre8 (I have not tested older versions).
I guess the Ipod shuffle works just like an ordinary USB key with a
FAT32 partition so I have read http://syslinux.zytor.com/usbkey.php.
My BIOS identifies it as a hard disk, so I hope I do not have to modify
the geometry. Windows assigns the drive letter
2013 Jul 05
2
[LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
Le 5 juil. 2013 à 17:23, Arnold Schwaighofer <aschwaighofer at apple.com> a écrit :
>
> On Jul 5, 2013, at 9:50 AM, Stéphane Letz <letz at grame.fr> wrote:
>
>>
>> Le 5 juil. 2013 à 04:11, Tobias Grosser <tobias at grosser.es> a écrit :
>>
>>> On 07/04/2013 01:39 PM, Stéphane Letz wrote:
>>>> Hi,
>>>>
2010 Nov 30
1
PLC cpu performance badness
Hello all
Firstly thanks to everyone involved for creating CELT. It is really very
useful :-)
One of my targets is current generation Apple iPod with the fixed point
decoder (latest version from website, 0.9.1)
Based on my simple time-stamp based profiling of my running app it looks
like decoding a null buffer for PLC costs a lot more than decoding a normal
buffer. For example a standard
2008 Jul 23
1
Problem authenticating iPod Touch
Given the (slightly edited) config info below, iPod Touch users are
unable to connect, leaving the following message in the log file:
dovecot: Jul 23 10:00:40 Info: imap-login: Disconnected (auth failed, 0
attempts): rip=1.2.3.4, lip=5.6.7.8, TLS handshaking: Disconnected
Even with maximum logging on, no other error messages seem related to
this problem.
Am I missing something simple I
2005 Jan 20
4
I'm listening to FLAC on my ipod!
Just to let you guys know, I've been listening to FLAC (compression
level 2 or lower) tunes on my 3rd generation ipod running ipodlinux
(modified uCLinux) for the past few days. No skips or slow-downs
whatsoever using MPD to play music.
It's pretty cool to be able to use my iPod for the first time in 7
months. (I could've dual-booted the Apple firmware, but nearly all my
music is in