Friday, October 30, 2009

MP3 Recorder

A few years ago I wrote an article about MP3 recording, check this link for more details. It also included a console application as a demo project. That application allows recording sound from, literally, any source provided by the sound card driver. For example, it could be a microphone for recording the voices of your children or sound mix for recording webinars. A few days ago I added a proper (kind of) user interface to it, so I quickly compiled a new version. It looks something like this:


Download it from my public folder (it's free!) and give it a go. It runs well under Windows 2000, XP, Vista, 7 and (update) 10. Let me know if you like it. In case you like it, consider donating for further development ;-)

5 comments:

  1. Code Project link https://www.codeproject.com/Articles/56882/MP-Sound-Recording-Tool

    ReplyDelete
  2. Another link https://www.codeproject.com/Articles/15588/Sound-recording-and-encoding-in-MP3-format

    ReplyDelete
  3. Another link https://www.codeproject.com/KB/IP/IOCP_how_to_cook.aspx

    ReplyDelete
    Replies
    1. Or https://www.codeproject.com/Articles/20570/Scalable-Servers-with-IO-Completion-Ports-and-How

      Delete
  4. Another link https://www.codeproject.com/Articles/16980/Almost-like-Java-threads

    ReplyDelete