a audio recording module using jmf
CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE:
https://play.google.com/store/apps/developer?id=Deepak+PK
Features
- jmf based
- auto audio device detection
- recorded audio file saving
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow audio recorder
Other Useful Business Software
Get the most trusted enterprise browser
Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
Rate This Project
Login To Rate This Project
User Reviews
-
there is a problem in the program >> the output file can't play the reason is saving file with ".mp3" extension on line 41 in class "AudioRecorderGUI" but you already formatted the file with "wav" format in "AudioRecorder" by writing the followin line :- FileTypeDescriptor outputType = new FileTypeDescriptor(FileTypeDescriptor.WAVE); I hope to correct this error