search for: aubord

Displaying 6 results from an estimated 6 matches for "aubord".

2001 May 31
1
Possible bug in openssh configuration file
...t/glob.h", line 94 argument : pointer to void cc -o sftp sftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o scp-common.o -L. -Lopenbsd-compat/ -R/isdc/lib -L/isdc/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto Yours Sincerly, A.Aubord My address: e-mail:Alain.Aubord at obs.unige.ch Surface Mail: A.Aubord System Manager Chemin d'Ecogia 16 CH-1290 Versoix Switzerland.
2005 Jan 25
1
Is SPEEX_GET_QUALITY implemented ?
Hi All, Almost all my question is in the subject. I have written the following small program and I get an error message when I try to use SPEEX_GET_QUALITY. This functionality seems not to be used in speexenc.c or speexdec.c. I would appreciate any hints. best regards, Alain Aubord ---------------------------test.c--------------------------------------- #include <stdio.h> #include <stdlib.h> #include <speex/speex.h> int main(int argc,char * args[]){ SpeexBits bits; void *enc_state; int Quality=9,tmp; speex_bits_init(&bits); enc_state=speex_e...
2005 Jan 17
2
Programming questions
...s should not be identical since these operations are provided by two different functions but I don't see any explanation of a difference in the documentation. Iwould greatly appreciate If somebody has some answer to these questions. Thanks and best regards, Alain Aubord
2005 Jan 17
1
Programming questions
...that if up to you. > What about the section 4.5 of the manual called "Packing and in-band signalling" where it is said that it is possible to encode more that one frame per packets by calling repeatedly speex_encode then speex_bits_write. Does this work with speex_encode_int ? Alain Aubord
2005 Feb 12
0
Package for Mac OS X
...ve already sent the modifications to J.M. Vallin for an inclusion in the next release. Since I have to do anyway a package for installing the software on my Mac, I thougth it could be useful for others too. Please send me an e-mail if you have some problems with the package. best regards, Alain Aubord
2005 Aug 16
0
building speex on macos x
...uot; which i solved by copying said file from "vorbis-tools/include/" to "speex/include/". As i tried once again to build i was given the following message: ld: Undefined symbols: _getopt_long I also tried both the custom tar-ball and the installer package posted by Alain Aubord but with the same results. This seem to have affected several people running bsd and solaris systems. I've not seen any complaints from Mac users however. After some research i found out that getopt_long is included with Mac OS 10.3 or later. I also noted the "HAVE_GETOPT_LONG" o...