similar to: Speex in VB .NET

Displaying 20 results from an estimated 60000 matches similar to: "Speex in VB .NET"

2008 Jul 30
1
Speex in VB .NET
Hi there, I have searched what seems like everywhere and was unable to find a .NET wrapper so that I can use speex in VB. I did find a speex.NET.dll but this didn't seem to work on what I needed. I therefore decided I could just use DllImport within VB .NET and create my own unmanaged links to libspeex.dll. With the help of this partial c# code
2011 Feb 15
0
Speex for vb.net voice chat
hi all What is the best version to use denoise and echo cancellation encode and decode with vb.net i tried exes with command line orguments i am getting an error at StandardInput.BaseStream.WriteByte where can i get implimentation vb.net or c# sample Please help me From Venkata ramana India -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
2
Speex API for use with .Net applications
Hi, I'm Ossama Khayat, an Arab .Net Framework developer. I'm interested in building an API or COM component, of the speex codec, that is suitable for use in a Windows Forms application. This will be used in an Open Source project that will hopefully be hosted in Source Forge one done. I tried downloading the source code and compiling it but really couldn't do much with it, especially
2008 Nov 12
1
SPEEX on iPhone ?
Why don't you just try it? From what others have been reporting, it shouldn't take you long to get it running. You can use speexenc and speexdec for testing. On Nov 12, 2008, at 2:26, "Vincent Burel" <vincent.burel at vb-audio.com> wrote: > ok, thanks for these precision, and do you have some measure about > CPU load > ? > i really would like to get a
2008 Nov 12
0
SPEEX on iPhone ?
vincent, it should work out of the box. real time speex should work on the iphone as it has a really fast arm cpu (and speex works in realtime on even the 201mhz arm cpus). while compiling, remember to define the fixed-support support and you are all set. narrow band (8khz) and 8kbps bitrate will work very well. while you are at it, pse send the xcode project file to include in the tarball. -
2008 Nov 10
3
SPEEX on iPhone ?
Hello Ashhar, thanks for your reply, but i'm a bit surprised. 1- Does it mean that it is possible to make a Real Time Encoding/Decoding with SPEEX on iPhone ? 2- What parameters have been used (QUALITY, SAMPLING_RATE, BITRATE) ? and what kind of CPU load do they measure for that ? Thanks by advance, Vincent ----- Original Message ----- From: "Ashhar Farhan" <farhan at
2008 Nov 13
2
SPEEX on iPhone ?
----- Original Message ----- From: "Conrad Parker" <conrad at metadecks.org> To: "Vincent Burel" <vincent.burel at vb-audio.com> Cc: "Jean-Marc Valin" <jean-marc.valin at usherbrooke.ca>; <speex-dev at xiph.org> Sent: Thursday, November 13, 2008 1:18 AM Subject: Re: [Speex-dev] SPEEX on iPhone ? > 2008/11/13 Vincent Burel
2008 Nov 12
2
SPEEX on iPhone ?
thanks for your reply, could you explain why 44.1kHz is *not* recommended with SPEEX ? Vincent ----- Original Message ----- From: "Jean-Marc Valin" <jean-marc.valin at usherbrooke.ca> To: "Vincent Burel" <vincent.burel at vb-audio.com> Cc: "Ashhar Farhan" <farhan at phonestack.com>; <speex-dev at xiph.org> Sent: Wednesday, November 12, 2008
2008 Nov 12
2
SPEEX on iPhone ?
ok, interesting ! Do you know how much CPU it takes for a real time encoding/decoding ? it's more around 20% or 80% instead ? Do you know if it works for 44100 Hz / 32kbps / Quality =8 ? thanks again. Vincent ----- Original Message ----- From: "Ashhar Farhan" <farhan at phonestack.com> To: "Vincent Burel" <vincent.burel at vb-audio.com> Cc: <speex-dev at
2008 Nov 12
0
SPEEX on iPhone ?
Vincent Burel a ?crit : > ok, interesting ! > Do you know how much CPU it takes for a real time encoding/decoding ? it's > more around 20% or 80% instead ? > Do you know if it works for 44100 Hz / 32kbps / Quality =8 ? Did I ever mention that 44.1kHz is *not* recommended. Usually, 16 kHz is best, although 32 kHz can be good in *some* cases. In any case, you'll need to listen
2008 Nov 07
2
SPEEX on iPhone ?
hello, i 've already used SPEEX in a protoype of voip application (on VC 6) and i must says that it works well, the sound is good, and the object works well with multi-instances. But now i'm wondering if it's possible to port the SPEEX encoder (and decoder process) on iPhone ? Does someone tried to do that ? Do you think it is possible or completly over the capabilities of the ARM
2004 Aug 06
0
Speex wrapper functions for Visual Basic
Hello, i want to use speex out of visual basic. So i have written a few wrapper functions in VC++ (v6) wich i can call from VB (v6). But i have problems with the encode and decode functions. Encode wrapper Function: I want to copy the value of an single array in VB to a float array in C which can be encoded. And the output of the encoder have to be unsigned char because in VB its an byte
2007 Aug 07
2
How to use speex library in C#?
Hi everybody, I am fresh for speex and vs.net c#,and I want to use speex in a existed project written by c# language,does anybody done this before?because I do not know how to use c in c#,I worked under linux environment for years,never touched vc.net.Maybe compile the source code into dll file and use them?I heard about the wrapper,what does this mean, Regards Chris -------------- next part
2008 Nov 14
0
SPEEX on iPhone ?
On Fri, Nov 14, 2008 at 3:57 AM, Vincent Burel <vincent.burel at vb-audio.com>wrote: > > Speech compression algorithms always are tunned to particular freq, > > else they would take tons of time. That's because they use knowledge > > that speech pitch (and other params) lies in well specified regions. > > Thus if you feed algorithm with wrong freq, you'll
2004 Aug 06
1
Speex and .NET
Has anyone written a wrapper to use with .NET for the speex Win32 library? I had started to work on it but thought best to ask first. :) Thanks, Jessica <p>--- >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' containing only the word
2008 Nov 08
0
SPEEX on iPhone ?
vincent, someone in our team did compile it on iphone. he didn'y any particular problems. the arm specific optimizations are not necessary given iphone's fast cpu. just add all the speex sources to xcode's project pane and compile it. - farhan On 11/7/08, Vincent Burel <vincent.burel at vb-audio.com> wrote: > hello, > > i 've already used SPEEX in a protoype of voip
2008 Nov 13
0
SPEEX on iPhone ?
On Thu, Nov 13, 2008 at 11:23 AM, Vincent Burel <vincent.burel at vb-audio.com> wrote: >> 2008/11/13 Vincent Burel <vincent.burel at vb-audio.com>: >> > could you explain why 44.1kHz is *not* recommended with SPEEX ? >> >> my understanding is that the speex modes are tuned for particular >> sample rates, so using the 32kHz mode with 44.1kHz data will
2004 Aug 06
0
Speex API for use with .Net applications
> I'm Ossama Khayat, an Arab .Net Framework developer. > I'm interested in building an API or COM component, of the speex codec, > that is suitable for use in a Windows Forms application. > This will be used in an Open Source project that will hopefully be > hosted in Source Forge one done. A .NET API might be a useful thing. The way I see it, the only way to do it would
2005 Aug 25
0
Speex for .NET
Hi! I guess you heard this question before, but does a .NET-port of Speex exists? I tried to port the JSpeex, but had some major problems with encoding and decoding. I can hear myself :), but there is way too much noise (and loud too, not very pleasant for the ears). I believed this was an error that got into the port I did, so I decided to write a "wrapper" around the original
2007 May 03
0
Re: [Iaxclient-devel] iaxclient & speex
Jean-Marc Valin wrote: >> As you can tell, the AAGC integration with speex was really a classic >> hack. Instead of re-creating the hack, what's probably best here is to >> integrate AAGC back into speex, and have a proper API. >> > > Agreed here. If you can come up with a clean patch to add that feature, > it's something I'd like to see in