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
You Might Also Like
The #1 Embedded Analytics Solution for SaaS Teams.
Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
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