search for: fabpet

Displaying 14 results from an estimated 14 matches for "fabpet".

2004 Aug 06
0
What Happened to www.speex.org?
...ms recently, but it looks like the site is back up now. (If it still doesn't work for you, you can try querying at www.dnsstuff.com, but note that you can't access www.speex.org by IP address alone so you'd have to make a temp entry in your hosts file or something...) Tom Fabio (fabpet@aliceposta.it) wrote: > > I can't open the website....is it only a my problem?? > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ > To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org...
2005 Jun 06
0
Is it possible to mix encoded audio?
Fabio, You can't mix encoded audio directly. You would have to decode, mix, and reencode. There will likely be some loss of quality. Tom Fabio <fabpet@gmail.com> wrote: > > Hi to all, > > I developed a VoIP application using Speex. Now i want to record the > conversation to a file. > As i have two indipendent thread transmitting e receiving voice i > whish to mix both audio streams in one stream before saving the > co...
2004 Aug 06
1
Project setting for embedded visual c++ 3.0
Hi all, I'm quite new to Speex and i'm tryng to do a porting of it for my pocketpc platform.... The encodig time seem to be too hight, i think something goes wrong putting --enable-fixed-point --enable-fixed-point-debug --enable-arm-asm in project setting of EVC++ 3.0 (i've got EVC++ 4.0 too) i do my test with an Ipaq 3850 (206 MHz Intel® Strong ARM 32-bit RISC Processor) running
2004 Aug 06
0
Invalid mode encountered: corrupted stream?
Hi, in my application i quite often (not allways) get those two warning: "Invalid mode encountered: corrupted stream?" "Invalid wideband mode encountered: corrupted stream?" The stream is not corrupted but i wish to know what those warning mean to correct my code. My encode and decode routines are those (libspeex 1.1.4): SpeexBits enc_bits, dec_bits; void *enc_state,
2004 Aug 06
1
Question about SPEEX_PREPROCESS_SET_DENOISE
There is no plan to do it? <p>----- Original Message ----- From: "Jean-Marc Valin" <Jean-Marc.Valin@USherbrooke.ca> To: "speex" <speex-dev@xiph.org> Sent: Sunday, May 30, 2004 10:49 AM Subject: Re: [speex-dev] Question about SPEEX_PREPROCESS_SET_DENOISE <p>> Not yet, sorry. > Le dim 30/05/2004 à 04:20, Fabio a écrit : > > Hi all, > >
2005 Oct 10
1
Denoiser and echo cancellation in FIXED_POINT
Hi all, I'm developing a VoIP application for my IPAQ 5450 and from some moths i'm using speex as codec. Now is the time to obtain the best possible audio quality. As my PocketPC is not a smartphone my main problems are the echo cancellation and the noise. As the first one can be solved by using headphones how can i solve the second? Do someone have some hint for me regarding the
2006 Feb 22
0
Cross compile Speex 1.1.12 for PocketPC 2003
Hi all, As MS compiler is unable to build last Speex library, i was trying to cross-compile it with gcc from my ubuntu box. I found the *GNUWINCE* package at: http://win-ce.voxware.com:28575/Development%20Tools/gnuwince.html There is an arm-wince-pe-gcc and a gcc dlltool. I'm not too familiar with Makefiles and gcc build process so i want to ask if someone have tryed to compile Speex dll
2004 Aug 06
1
Libspeex-cygwin-EVC++ 3.0
Hi all, As someone knows i'm tring to develop a VoIP application for my ipaq 3850 (200 Mhz) using speex... I guessed, for better perfomance, to build libspeex using GCC under linux or cygwin with --enable-fixed-point and --enable-arm-asm and use the compiled library under Embedded VC++ 3.0. I don't know if it's possible and only today i started to read something about cross-compiling
2005 Jun 06
1
Is it possible to mix encoded audio?
Hi to all, I developed a VoIP application using Speex. Now i want to record the conversation to a file. As i have two indipendent thread transmitting e receiving voice i whish to mix both audio streams in one stream before saving the conversation to a file. I'm using Speex in narrow band mode, 8 bits per sample, mono. i found at this link http://www.vttoth.com/digimix.htm a simple way to
2005 Dec 20
3
CVS compilation and EVC++ 4.0
Hi all, I'd like you to know i'm not able to build Speex library anymore from CVS without modfing the code in mdf.c. This is due to the fact that EVC++ compiler doesn't like memory allocations in this form: spx_word16_t w[N]; where N is not a constant. I know this is not an error for gcc compiler and ANSI standard but it is in VS2005 and EVC++ 4.0 If someone knows how to compile
2004 Aug 06
1
status report on the Windows CE (PocketPC) ACM codec
> > It was essentially my own mistake. After the Embedded C++ IDE crashed unexpectedly, > the .lib file was no longer present in the project settings (the project had not been saved) > so all the errors I got were caused by a missing .lib reference in the link stage! > I had to change my cross compiler target to "arm-wince-pe" because otherwise the > object/.lib files
2004 Aug 06
2
Question about SPEEX_PREPROCESS_SET_DENOISE
Hi all, Can i use The denoise preprocess in my pocketpc (ARM XSCALE 400 Mhz)? It seen there is no a fixed point version... Fabio <p><p>----- Original Message ----- From: "Jean-Marc Valin" <Jean-Marc.Valin@USherbrooke.ca> To: "speex" <speex-dev@xiph.org>; "Alex Wang" <alex@liveglobalbid.com> Sent: Friday, May 28, 2004 11:16 PM Subject:
2004 Aug 06
2
Please 30 second to look a my code
Hi i'm developing a sort of VoIP application for my ipaq using speex... I'm still at beginning and i have many problems encoding and decoding my wav files....output is only noise! Why? I'm using Libspeex 1.1.3, Embedded VisualC++ 3.0, Ipaq 3850(206 MHz Intel® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0). Libspeex is complied with the definition of
2004 Aug 06
2
1.0.3 in ACM soon
Hi Rodrigo, I'm Fabio and i'm in your identical situation, i need Speex to run on PocketPC in real time mode for my tesis. I've to develop a sort of VoIP apllication for pocketPC... I recently discover speex (Only yesterday i joined this mailing list....) and I'm doing many test using mostly VC++ 6.0 but only because i'm still undestandig speex... I did many works with EVC++