search for: snouto

Displaying 5 results from an estimated 5 matches for "snouto".

Did you mean: snout
2007 Feb 13
0
Hello guys Please help
...utines*/ SpeexBits bits; int i, tmp; /*Create a new encoder state in narrowband mode*/ state = speex_encoder_init(&speex_nb_mode); /*Set the quality to 8 (15 kbps)*/ tmp=8; speex_encoder_ctl(state, SPEEX_SET_QUALITY, &tmp); //inFile = argv[1]; inFile = new char[10]; inFile = "snouto.wav"; fin = fopen(inFile, "r"); fout = fopen("snouto2.wav","w"); /*Initialization of the structure that holds the bits*/ speex_bits_init(&bits); while (1) { /*Read a 16 bits/sample audio frame*/ fread(in, sizeof(short), FRAME_SIZE, fin); if (feof(fin)...
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
...e/jpeg > Size: 8000 bytes > Desc: not available > Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20070208/8d58621c/ktsLogoNew.jpg > > ------------------------------ > > Message: 4 > Date: Thu, 8 Feb 2007 17:36:40 +0200 > From: "Mohammed Ibrahim" <snouto@gmail.com> > Subject: [Speex-dev] speex in C# please help > To: <speex-dev@xiph.org> > Message-ID: <000601c74b96$ef707250$0201a8c0@robtronix> > Content-Type: text/plain; charset="windows-1256" > > hello guys this is my code for the C# wrapper. > =======...
2007 Feb 15
0
error during make while installing Linphone-1.5.1
...e of course. > > Jean-Marc > > > ------------------------------ > > Message: 2 > Date: Fri, 09 Feb 2007 23:37:31 +1100 > From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> > Subject: Re: [Speex-dev] speex in C# please help > To: Mohammed Ibrahim <snouto@gmail.com> > Cc: speex-dev@xiph.org > Message-ID: <45CC6B0B.8090008@usherbrooke.ca> > Content-Type: text/plain; charset=windows-1256 > > Mohammed Ibrahim a ?crit : > > hello guys this is my code for the C# wrapper. > ... > > Please refrain from posting entire...
2007 Feb 13
1
Hello Guys
hello everybody in this great mailing list , i have some difficulties to follow my code . i solved some problems thanks to Carine Liang , but i still have one problem and i think it is fatal one. when i encode the voice data in a wav file it is decoded without any errors it gives me 84 bytes wav file size for 139 kbytes wav audio data .Naturally i wanted to return my file back to its normal
2007 Feb 09
1
speex in C# please help
hello guys this is my code for the C# wrapper. ================================= using System; using System.Runtime.InteropServices; using System.IO; namespace Speex { ///<summary> ///the following class is the win32 SPEEX API that retrieve ///methods and structures from the libspeex file ///</summary> public unsafe class Speex_win32 { #region Speex Constants //global speex