similar to: Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device

Displaying 20 results from an estimated 3000 matches similar to: "Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device"

2008 May 23
3
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
hi all, I can claim that our hotfoon service has run millions of mobile voip minutes using speex on mobile and desktops. it works! earlier you needed more powerful cpus (until the integer port), however now the cpus are much faster and the code complexity is much lower. my only regret is of not being able to write some demo apps for speex on win mob. I will surely deliver it in june to settle this
2008 May 22
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Fabio Pietrosanti (naif) a ?crit : > However, AMR it's not royalty free and if i need to use it on Windows > Mobile i will need to pay a quite expensive royalty for each peace of > software distributed (not sold, distributed!!!). This is exactly why I wrote Speex! > So, i am evaluating other codes and the only real alternative capable of > running on a 9.6kb/s link seems to
2008 May 23
2
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Benny Prijono a ?crit : > So my settings now (I use embeded Visual C++ 4 latest SP): > - plain C (not ARM assembly), fixed point version of speex (r12832) > - quality/complexity set to 5 (previously it was 0-1). 3-4 is also > okay, but obviously quality is not as good. > - compiler set to optimize for maximum speed (/Oxt flag, previously > it was default, which is mapped to
2008 May 23
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
On Thu, May 22, 2008 at 4:26 PM, Fabio Pietrosanti (naif) <lists at infosecurity.ch> wrote: > > I got the feedback that Speex require too much computation power to run > on Symbian OS and Windows Mobile devices doing encoding/decoding in > realtime with all the Narrowband-enabled features. > > I crawled the mailing list archive and the internet and i was not able > to
2008 May 23
2
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Fabio Pietrosanti (naif) wrote: > i am not criticizing the technology itself, but the fact that from the > point of view of the implementator that need to make a technological > choice while selecting a codec to be used for a mobile multimedia > application, speex does not provide affordable informations on > "supported platform".
2008 Dec 10
1
Speex on Nokia Symbian S60 phones
It would be very nice to know about some good success without too much cpu issues on Nokia devices, i tried pjsip.org project on S60 FP1 E65 +200mhz ARM cpu with speex but don't had much luck in using it without having 100% cpu usage :( Please let us to know about your testing E65 CPU: http://www.nokia-tuning.net/index.php?s=processor Fabio Pietrosanti Jordan Dimov wrote: > Thank
2008 Dec 10
3
Speex on Nokia Symbian S60 phones
Quoting "Fabio Pietrosanti (naif)" <lists at infosecurity.ch>: > Speex it's too cpu expensive for general S60 usage, it would require a > lot of ASM optimization. Did a quick search and saw ARM CPUs with speeds above 100 MHz. That should actually be enough for Speex, at least for narrowband. > If you are using CSD, like for a secure telephony solution >
2008 Dec 10
2
Speex on Nokia Symbian S60 phones
Is speex at this stage a good codec to use for real-time voice transmission over a direct CSD connection between two phones? Does anyone have any experience with using Speex on Nokia phones? If speex is not a good solution for this task, what would you recommend? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 May 23
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Hi all, i am not criticizing the technology itself, but the fact that from the point of view of the implementator that need to make a technological choice while selecting a codec to be used for a mobile multimedia application, speex does not provide affordable informations on "supported platform". Without arranging a test bed with a lot of devices and spending a lot of money i
2008 May 23
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
On Fri, May 23, 2008 at 2:48 PM, Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> wrote: > Benny Prijono a ?crit : >> So my settings now (I use embeded Visual C++ 4 latest SP): >> - plain C (not ARM assembly), fixed point version of speex (r12832) >> - quality/complexity set to 5 (previously it was 0-1). 3-4 is also >> okay, but obviously quality is not as
2008 Aug 19
2
size of speex packets when VAD/CNG is enabled
Hi all, supposing to have speex working at 3.95, when VAD/CNG is employed, which is the size of those "silence" samples respect to voice samples? I am wondering if it could be possible to lower even the transmission of VAD/CNG samples by specifying "outbound" in the communication channel only 1 bit instead of sending the whole VAD/CNG packet. I am doing the same for AMR
2008 Dec 10
0
Speex on Nokia Symbian S60 phones
Thank you, guys. Most smartphones in production today run at ~300MHz and above. So this shouldn't be a problem. I'll try to compile speex for Symbian (I see it's been ported, but the Symbian port is somewhat out of date?) and I'll run it on a pair of Nokia N76 phones. I'll let you know how it works out. If someone has any further advice in this direction, I would deeply
2009 Jun 24
1
Building Speex project in Symbian(Carbide C/C++)
Hi Everybody: I am doing the project in speex, and want to make the lib/dll in symbian platform. I checked there is one symbian project file, including bld and mmp files in speex-1.2rc1. But while I import the project and compile in Carbide. It showing so many errors: ***Invoking abld command perl.exe -S ABLD.PL \Symbian\Carbide\workspace\speex\symbian\ export make -r
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 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. >> >> >>
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 20
5
To symbian and speex developers! Building instructions
Hello to everyone! During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done: 1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp: SOURCES windows.c 2) Symbian OS
2009 May 20
2
[LLVMdev] LLVM-GCC and Symbian
Hi, I noticed that there is some kind of reference to Symbian support in LLVM-GCC, and I'm trying to find out more about it. I configured llvm- gcc-4.2-2.5 using: > ../configure --prefix=/opt/stow/llvm-gcc-2.5/ --enable-llvm=/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT/ --disable-bootstrap --disable-multilib --enable-checking --target arm-none-symbianelf --enable-languages=objc,c,c++
2006 Feb 27
2
Building 1.1.12 for symbian failed
hi, all, I am trying to build 1.1.12 for symbian platform like this: 1, bldmake bldfiles 2, abld build wins udeb (to build for emulator) but building failed, the error message is : nmake -nologo -x - -s -f "\Install\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\HOME\MYOWN\NOKIA\SPEEX\SPEEX-1.1.12\SYMBIAN\SPEEX\WINS\SPEEX.WINS" LIBRARY Mdf.c
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