search for: speex_win32

Displaying 3 results from an estimated 3 matches for "speex_win32".

2008 Jul 30
1
Speex in VB .NET
...rts System.Runtime.InteropServicesImports System.IO Namespace Speex '''<summary> '''the following class is the win32 SPEEX API that retrieve '''methods and structures from the libspeex file '''</summary> Public Class Speex_win32 #Region "Speex Constants" 'global speex file that contains the api(s) Public Const libpath As String = "libspeex.dll" Public Const Frame_Size As Integer = 160 Public Const Max_Frame_Size As Integer = 2000 Public Const Speex_Get_Fra...
2007 Feb 09
1
speex in C# please help
.... ================================= 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 file that contains the api(s) public const string libpath = "libspeex.dll"; public const int Frame_Size = 160; public const int Max_Frame_Size = 2000; public const int Speex_Get_Frame_Size = 3; public const int Speex_Set_Quality = 4; publi...
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
...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 file that contains the api(s) > > public const string libpath = "libspeex.dll"; > > public const int Frame_Size = 160; > > public const int Max_Frame_Size = 2000; > > public const int Speex_Get_...