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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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