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
$300 in Free Credit Towards Top Cloud Services
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
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