aspose file tools
The moose likes General Computing and the fly likes Recording Speeches into Audio format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "Recording Speeches into Audio format" Watch "Recording Speeches into Audio format" New topic
Author

Recording Speeches into Audio format

James Dekker
Ranch Hand

Joined: Dec 09, 2006
Posts: 215
What equipment / software applications are needed to record a speech given by someone and turn it into MP3 / WAV format?
Arvind Mahendra
Ranch Hand

Joined: Jul 14, 2007
Posts: 1162
your digital voice recorder will normally support the format you want it stored in. alternatively, just get a software(i'm sure there must be many freeware) that can convert it to your desired format.


I want to be like marc
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5575

I use Audacity (free, open-source) and Adobe Audition ($$$). With Audacity, you will also need LAME to do the MP3 conversion.

If I were to record a lecture or presentation I would probably just use my Sansa MP3 player to do the recording and then edit/convert the file with Audacity or Audition. But if you have your laptop with you anyway, you could record directly to it. If your laptop doesn't have a built-in mic or if the built-in mic is not suitable you might need an external mic.


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Recording Speeches into Audio format
 
Similar Threads
Help Needed in EL
Code for binary file to bitmap file conversion
Mock Exams for the new cert?
How to pass Arraylist values from an actionClass to a JSP page
Why is Refresh neccessary when loading the page?