How to convert wave file to mp3

  • Thread starter Thread starter lallous
  • Start date Start date
L

lallous

Hello

Here are some suggestions

1) Try to find a .NET wrapper class for the LAME library
2) Write your own wrapper for LAME
3) Try to find a COM wrapper for LAME , since using COM is easier than using
plain C DLLs

HTH,
Elias
 
lallous said:
Hello

Here are some suggestions

1) Try to find a .NET wrapper class for the LAME library
2) Write your own wrapper for LAME
3) Try to find a COM wrapper for LAME , since using COM is easier than
using plain C DLLs

HTH,
Elias

I don't understand how so many people are in the future nowadays (as the OP
is, 4 days in the future). Can you tell me the winning CA lottery #'s for
this coming Wed? :P This is for Yoshita, not Elias.

Anywho, Elias' reply is the helpful one ... this is just a rant... :)

Kip
 
Setting your system clock incorrectly to ensure that your post stays at the
top of the list is very rude.

Most people in this newsgroup will refuse to answer you until after the
20th.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
a more polite way to track the thread, would be to use some software to
"watch" the thread or in some software term track.

I mark my posting to be tracked for my newsgroup software and sort by the
track flag and posting date
 
Only virtual time travel is implemented at this time. Microsoft's R&D budget
has not fully progressed into achieving flux capacitor simulation in
software.

According to another thread, that virtual time-travel API is implemented as
such:

1. Use PInvoke to call Win32 API SetSystemTime, or
2. use System.Management classes with WMI class Win32_OperatingSystem and
call SetDateTime on that class.

HTH,

Jon Davis

<G>
 
And, what would the object/method call be to get the virtual lotto numbers
for PowerBall next week!

;)
 
Hi
i've to develop a DLL in c#.net which will convert wave files into mp3
files.
For conversion of wav to mp3 we have lame dll with out
using lame dll we have to create own dll for wav to mp3 .

can anyone tell me how to do this, what are the requiremnts i need to gather
to do this task?

its very urgent

Thanx in advance
yoshitha
 
Back
Top