Displaying 20 results from an estimated 1000 matches similar to: "Bug with the new preprocessor"
2006 Oct 23
2
Bug with the new preprocessor
The frame size is 320
Ouss
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
Sent: lundi 23 octobre 2006 18:26
To: Ouss
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Bug with the new preprocessor
What frame size are you using?
Jean-Marc
Ouss a ?crit :
> Hello,
>
> I have an (Access violation reading location) on line 115 in the fftwrap.c
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
2006 Oct 23
0
Bug with the new preprocessor
Can you provide me with a backtrace? It's quite hard to see what could
happen. Also, can you reproduce the problem with testdenoise or only
with your own code?
Jean-Marc
Ouss a ?crit :
> The frame size is 320
>
> Ouss
>
>
>
> -----Original Message-----
> From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
> Sent: lundi 23 octobre 2006 18:26
> To:
2006 Oct 23
0
Bug with the new preprocessor
What frame size are you using?
Jean-Marc
Ouss a ?crit :
> Hello,
>
> I have an (Access violation reading location) on line 115 in the fftwrap.c :
> out[i] = scale*in[i];
>
> with i = 1193
>
> Only with preprocessor active
> Systems : Visual studio 2005, XP, WB 16000 Hz, last svn.
>
> Hope it helps you.
>
> Ouss
>
>
> -----Original
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 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
2004 Nov 03
4
libspeex for other platforms
wouldn't it be a good idea to have the libraray available as a binary for
non-PC platforms like the PocketPC, Symbian and Mac?
i am suggesting this as it will allow the developers to go ahead and
program to an interface while the development continues.
there are builds for symbian, pocket pc and linux already in the tar ball.
putting their binaries on the download section will probably
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.
>>
>>
>>
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 Sep 07
3
bad VAD in preprocessor of version 1.2beta1
Hello, first of all, sorry for the joke in the subject ;-)
I have successfully update the speex library my software was using from
1.1.12 to 1.2beta1 (1.1.13).
It is a VoIP software, where i set preprocessor VAD on and use the
result of speex_preprocess() to determine if there is voice activity.
I must say that it works fine...since i have update to the new version.
Ive been testing, and
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
2005 Jul 26
1
Building the Symbian compatible library.
I apologise in advance if there is anything that i have failed to read
properly in the documentation, but i have been unable to find a guide for
building the .lib from the supplied Symbian project files.
Is there anyone who could give me a brief walkthrough of the necessary
steps?
Is there a preferred environment?
Will it build for emulator as well as target device platforms?
I am using the
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
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
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
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)
> +++
2008 May 22
4
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Dear all,
i am currently evaluating which codec to be used for a "very narrowband"
voice communication system (using either VoIP either GSM CSD) on mobile
devices running Windows Mobile and Symbian OS.
I had experience in using AMR-NB 4.75 with VAD on Symbian OS and all
worked very well.
However, AMR it's not royalty free and if i need to use it on Windows
Mobile i will need
2007 Feb 16
3
Technical Documents on Speex
Hi,
Can you please share the standard document of Speex codec. I have the api doc and speex manual but it doesnt have the details about the mode of operation and bitrate details etc., So can u please give us those details.
Thanks & Regards,
Jyothiprakash Reddy, T
---------------------------------
Here?s a new way to find what you're looking for - Yahoo! Answers
2006 Apr 21
2
error in abld build wins udeb
I am trying to compile speex.1.1.12 for Symbian OS but I get lots of
errors:
C:\Programmi\Symbian\7.0s\Series60_v21\Series60Ex\speex-1.1.12\symbian>abld
buil
d wins udeb
make -r -f
"\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI
AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\EXPORT.make" EXPORT
VERBOSE
=-s
Nothing to do
make -r -f
2008 Aug 28
2
speex encode and speex_bits_write buffer size
how many calls can I make to speex_encode_int before calling
speex_bits_write? Can I stuff 10 frames?
- farhan