Displaying 1 result from an estimated 1 matches for "systemimports".
2008 Jul 30
1
Speex in VB .NET
...hin VB .NET and create my own unmanaged links to libspeex.dll.
With the help of this partial c# code (http://lists.xiph.org/pipermail/speex-dev/2007-February/005307.html) I created this VB.net class:
(I have focused on the decode side of things to start with, until I have it working).
Imports SystemImports 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 Spe...