I have deceloped an audio converter interface. But I don't know how to convert the audio formats. I have downloaded 3 DLLs including:
lame_enc.dll,
libsndfile.dll and
madlldlib.dll.
I got them while searching for the solution. Kindly help me with the whole process. What should I do ???
I want to make the converter in vb.net...please help me out
Search Result
Collapse
2 results in 0.0039 seconds.
Keywords
Members
Tags
-
How to develop an audio converter interface
Last edited by Niheel; May 13 '11, 10:52 PM. -
BinaryReader opposite functions for BinaryWriter
Hello!
I am trying to make a converter in C#. The goal is making a working converter that can convert a binary mesh file into wavefront .obj, and vice versa (3d models). Converting the binary file to obj is already working, now I'm working on the reverse. The problem is, when I use the BinaryWriter to do the opposite actions from the BinaryReader used in the first converter.
To undo the BinaryReader.Re adSingle() method...