WAV to MP3 on CompactFramework

  • Thread starter Thread starter Evan Camilleri
  • Start date Start date
E

Evan Camilleri

does anyone know a site with source to transform a wav file to mp3 on a
device or to read direcly from the device and save to mp3?

thanks

Evan Camilleri
 
You are looking for a source code of MP3 encoder. I don't remember ever
coming across one, definitely not in C#. In general this kind of
applications is written in C++.
 
Hello Evan,
does anyone know a site with source to transform a wav file to mp3 on
a device or to read direcly from the device and save to mp3?

on win32 you could pinvoke the lame dll, but I don't think this works on CF?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top