Displaying 20 results from an estimated 11000 matches similar to: "Speex Encoding, Decoding - Access Memory Violation Issue in Windows Mobile"
2011 Sep 29
1
Nothing but rhythm was left after encoding and decoding by speex on ipad(XCode 4.1 48110)
hi,
I tried to encode the voice data read from AudioQueue and then decode
it. There was nothing but rhythm left, it sounds like robot's voice,
but I cannot recognize any word.
The app was compiled by XCode 4.1. Speex 1.0.5 and 1.2.rc1 gave the
same result. When compiling speex 1.0.5, I added them to Xcode
project, set the Header Search Paths, then compiled successfully. When
compiling speex
2009 Jun 21
0
Speex dll For wIndows mobile
Hi ,I am new to Speex and exploring on it from last two days. I see everyone talking about it but can't get any help when I go for DLL. I tried to compile the source code of speex but didn't succeed as I am working in C#.Can anyone provide me the DLL or link for DLL for Windows mobile so that I can proceed.Regards,Swapnil
-------------- next part --------------
An HTML attachment was
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
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
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 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 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
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 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
2009 Apr 13
0
encoding -> decoding doesnt work
hi all,
i'm new to speex and i'm stuck on a problem. I have a buffer that holds 5
seconds of audio data, sampled at 16000 hz and quantitized with 16 bits pcm.
I only want to encode it with speex and then decode it and write it back in
the same buffer.
no compiling errors and no errors during runtime, but from the sample of 5
seconds only a short noise is all I get.
I hope you have any
2010 Apr 20
0
Regarding problem with encoding / decoding
Hi,
I got the following problem with speex. Could you help me to resolve the following issue.
Description: I am taking speech input from MIC storing in a buffer after that i will encode by using speex then decoding and sending to output(speakers).
it is small demo project of speech encoding/decoding in VC++.
I am reading the data from buffer in the following way where data is short[] type and
2010 Feb 12
5
rate limiting
Hi,
i am using squid as a transparent proxy. i have added this 3 lines to my rules file
ACCEPT $FW net tcp www
ACCEPT loc $FW tcp 8080
REDIRECT loc 8080 tcp www - !192.168.100.2
i want to limit the number of connection that are made from every pc on the network to the proxy server. if i change the 2nd rule to
ACCEPT loc $FW tcp 8080
2005 Feb 09
1
encoding speex, (insanity looming)
Hi Tom,
Thanks for your reply, I'm having a few difficulty's following you
advise. You mention that I should be calling 'speex_encoder_int' &
'speex_decoder_int', I'm having problems finding these functions in
the speex header. I am currenlty calling speex_encoder_init &
speex_decoder_init in my test code, I have repeated the relevent bits
of the example
2011 Nov 28
1
Speex stereo encoding
Hi.
I trying to encode PCM16 8000Hz stereo data to speex and put it into the .flv file format. But at the output I can hear only noise. What I doing wrong? Here is the code:
void main()
{
SpeexBits bits;
void *enc_state;
int frame_size;
int quality = 10;
char cbits[MAX_FRAME_BYTES];
FILE *fin, *speex;
short input[MAX_FRAME_SIZE];
int nbBytes;
int channels =
2007 Sep 19
1
Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
Hi, Speex-dev
I've been able to get Speex to compile on SM400M(MIPSII) with problems.
------ Rebuild All started: Project: speexenc, Configuration: Debug SM400M
(MIPSII) ------
Deleting intermediate and output files for project 'speexenc', configuration
'Debug|SM400M (MIPSII)'
Compiling...
getopt.c
getopt1.c
skeleton.c
speexenc.c
.\speexenc.c(501) : warning
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
2005 Feb 09
0
encoding speex, (insanity looming)
In short try calling speex_encode_int and speex_decode_int.
The calls to speex_encode and speex_decode expects the data to be a floating
point values. The data is passed by pointer and the compiler does not do
the conversion. This is why you are getting the segfault on decode as the
short is 16-bits and a standard float is 32-bits.
Tom
-----Original Message-----
From:
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
2009 May 29
5
CONNMARK target and connmark match support in Ubuntu kernel
Hi,
as per the shorewall MultiISP documentation ( http://www1.shorewall.net/MultiISP.html
), it says
"Use of this feature requires that your kernel and iptables include
CONNMARK target and connmark match support (Warning: Standard Debian™
and Ubuntu™ kernels are lacking that support!)."
it means MultiISP wont work properly if i am using Ubuntu server. if
yes whats the
2005 Aug 12
1
Encode/Decode problem
I'm trying to use the speex API, and I think I'm missing something. I'm
running on Mac OSX Tiger, and the attached microphone is a iSight. If I
call the "speex_encode_int" function, and then immediately call the
"speex_decode_int" function, shouldn't I get back the same data? i.e.
in my example code, shouldn't the two arrays contain at least similar