Displaying 11 results from an estimated 11 matches for "aliceposta".
Did you mean:
alicehost
2005 May 17
2
Problem with limmaGUI (PR#7877)
Full_Name: Edoardo Giacopuzzi
Version: 2.0.1
OS: Windows XP Home
Submission from: (NULL) (80.181.65.157)
I have some problem with this new version of R GUI.
I've used limmaGUI package with an older version of R and it works perfectlly,
but now with the last version R 2.0.1.0 two error boxs appear every time I try
to launch this package:
1. <<Error in list.files(path, pattern,
2004 Aug 06
0
What Happened to www.speex.org?
...ntly, 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'
>...
2004 Jun 22
0
Mandrake RPM's ... addio ?
...;s still floating around on odd mirrors on the net) - so if nobody
else steps in I guess I'll keep on guaranteeing mdk rpms for the current
version ... but if any active mandrake user would like to try his hand
at this I'm available as a tutor :-)
--
Michele Alzetta <michele.alzetta at aliceposta.it>
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,
> >
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
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++