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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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