Displaying 20 results from an estimated 1000 matches similar to: "libvorbis on Symbian EPOC"
2002 Feb 27
2
porting Ogg Vorbis to Symbian OS
Hi
I am in the process of porting the Ogg Vorbis libraries
and player(s) to Symbian OS (EPOC32) which runs on
Psion machines and Nokia 9210 to name some machines.
They are all using an ARM core.
I managed to successfully recompile libogg, libvorbis
and libvorbisfile with only minor modifications.
They include:
* removal of static data, which is not supported by
EPOC DLLs. All lookup tables are
2001 Jan 31
2
OpenSSH on PalmOS possible?
A thought has been bugging me for a month or so, but I don't know where to
look for the answer. Would it be possible to port the OpenSSH ssh client to
PalmOS and other handheld OS'es like Symbian (EPOC) or PocketPC?
Is the processor on PDA's fast enough? Would many libraries have to be
ported aswell? I know that PalmOS and EPOC has an IP stack implemented..
Since the development
2006 Aug 17
7
Please test upcoming release
Hi everyone,
I'm about to release version 1.2-beta1 (which I could have called
1.1.13), which includes many, many changes. It would help if everyone
could give the svn version (http://svn.xiph.org/trunk/speex/) a try and
see if it works fine. I'll check my email next week when I'm back from
some vacations and if nothing bad has been reported, I'll make the release.
Have fun,
2006 Nov 15
2
[PATCH] symbian port
hi,
this patch should fix the symbian build.
/alfred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex-symbian2.patch
Type: text/x-patch
Size: 2669 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20061115/5ac4915e/speex-symbian2.bin
2006 Nov 15
1
[PATCH] symbian port
hi Jean-Marc,
I just updated from svn and it looks like there are some errors in the speex.mmp
file. the filters.c is duplicated, and the fft/kiss.c files are still missing..
/alfred
Jean-Marc Valin wrote:
> Applied in svn. Thanks.
>
> Jean-Marc
>
> Alfred E. Heggestad a ?crit :
>> hi,
>>
>> this patch should fix the symbian build.
>>
>>
>>
2002 Jul 02
1
Symbian OS Port of Ogg Vorbis?
Has anyone looked at porting Ogg Vorbis to the SymbianOS platform? I've been playing around with it a bit, but having some difficulties building and wanted to see if anyone has already looked into this.
Cheers,
Tony
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a
2012 Apr 17
1
simple time series plot
I'm an absolute R newbie, but my question is (or at least seems) simple:
I have a number of sensor values from different sensors, along with
timestamps, so something like this:
sensor 1:
read_at: 1 2 4 5 6
value: 1 15 8 15 23
sensor 2:
read_at: 2 3 4 6 7
value: 10 11 7 12 28
what I need is a line plot of the sensor values,
2005 Oct 26
2
Noisy sound quality with Blackfin in WB-mode
Hi Jean-Marc,
> Can you confirm I'm understanding everything correctly? You encode
> with
> the same encoder and then decode with either A) blackfin assembly and
> fixed-point or B) fixed-point only on Blackfin. Then A) sounds bad and
> B) sounds good. If you do the same in narrowband, it sounds OK. Is
> that
> correct? If that's the case, it's *probably* some
2005 Oct 26
1
Noisy sound quality with Blackfin in WB-mode
Hello Jean-Marc,
> Could you try mixing the encoders and decoders (encode with one
> version,
> decode with the other) to see whether the problem is in the
> encoder, the
> decoder or both.
I tested that,and the results are: The fixedpoint+blackfin encoder
used together with the fixedpoint-only decoder produces an bad
sounding file (for all the combinations for quality
2004 Aug 06
3
Speex on Nokia 6600
Hmm, what these instructions do? (I know nothing about ARMs; I have some
knowlege about x86 assemblers and programming). Cant we use pure standard
C++ or Java? Does Speex work with fixedpoint math? (As far as I know Java
on 6600 has no builtin floatingpoint, there is emulation class somewhere
on the net, but it is probably painfully slow.) I do not know if this
processor has builtin
2004 Aug 06
2
Speex on Nokia 6600
Hi,
I have one question: Will Speex run in realtime (both encode / decode
probably simulateusly) on Nokia 6600 --- basicaly ARM9 104MHz with Symbian
7s after porting to its C++ or Java? I am thinking mostly about the worst
quality encoding (optionally duplex). Can this processor make it? Oh 6600
has something about 6mb memory if I remember good.
Plase cc kangur@polcom.net in replies.
2024 Oct 04
1
dbcheck and fix
?On 2/10/2024, 3:43 PM, "samba on behalf of bd730c5053df9efb via samba" <samba-bounces at lists.samba.org <mailto:samba-bounces at lists.samba.org> on behalf of samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote:
On Tuesday, September 24th, 2024 at 15:29, bd730c5053df9efb via samba <samba at lists.samba.org <mailto:samba at lists.samba.org>>
2009 Apr 16
0
Problems with adabag
Hello,
I'm trying to use adabag to make bagging and boosting with bagging() and
adabost.M1(), respectively, but in both cases it produces an abnormal
termination of R.
My code is:
bagging(I.NOSOCO~EDAD+SEXO+ESTANCIA+ADMISI?N+T.CIRUG?+DURACI?N+CONTAMIN
+PROFILAX+E.PREOPE+V.PERIFE+V.CENTRA+S.VESICA+S.NASOGA+DREN.ABI+DREN.CER
2004 Mar 01
1
Vorbis on Symbian
Hey all, I was searching the internet and came across some code in the
Vorbis repository that claims to have ported Ogg Vorbis to Symbian. I
downloaded the tarball and was able to compile it on my system.
So I'm new to Symbian audio programming, and even newer to Vorbis. :)
Is there a quick 'n dirty API I can use to just start playing an OGG
file from within my Symbian app, or do I
2006 Oct 11
2
Symbian port
A couple of things to be noted on the symbian port.
1. the spokn.mmp file is missing window.c, please add that.
2. smallft.c is not required. it has global data that prevents compilation
on symbian.
3. lbr_48k_tabels.c has a global variable called dummy_epic_48k_variable
on line 37. this has to be commneted out too.
4. check that all tables are declared const.
i will shortly post the symbian
2006 Oct 20
0
To symbian and speex developers! Building instructions
I think this mail was intended for the group.
jean, please change that one line in filters.c (I too confirm this change
in my symbian build). the mmp file should also be updated by including the
windows.c.
I also recommend taking out mfd.c from the mmp file as the ARM cpu is too
slow to support echo cancellation and preprocessing that require floats.
thanks payu, for the input. i remeber
2006 Nov 15
0
[PATCH] symbian port
Applied in svn. Thanks.
Jean-Marc
Alfred E. Heggestad a ?crit :
> hi,
>
> this patch should fix the symbian build.
>
>
> /alfred
>
>
> ------------------------------------------------------------------------
>
> Index: symbian/bld.inf
> ===================================================================
> --- symbian/bld.inf (revision 12114)
> +++
2005 Jun 28
2
Speex and Symbian
Hi every one,
I know that speex suports Symbian now in the unstable release but I
wounder if any one can compile a decoder for Symbian MMF? I have googled
for one but ending up with only "yes, speex suports Symbina" and no
binary.
I would use it to finaly listen on my audiobooks but I think it would be a
good demonstration aplication.
Best Regards
P?r Moberg
2006 Oct 11
0
Symbian port
Hi Ashhar,
could you please create a patch (in `diff -u` format) that fixes the
build on symbian (preferably without breaking any other platforms ;-)
and send it to the list?
Even better, if you are actively maintaining code that uses speex on
symbian, perhaps you could be given an svn account to check the changes
in directly (if Jean-Marc is happy with that).
Either way, it's best if you
2007 Dec 11
0
[PATCH] update symbian build
This patch updates the symbian build files to latest svn trunk,
and also adds a new makefile for speexdsp.
Signed-off-by: Alfred E. Heggestad <aeh@db.org>
---
Index: symbian/speexdsp.mmp
===================================================================
--- symbian/speexdsp.mmp (revision 0)
+++ symbian/speexdsp.mmp (revision 0)
@@ -0,0 +1,42 @@
+/*
+ Copyright (C) 2003 Commonwealth