Recording to an audio file (simple version)
Purpose. Records audio data and stores it in a file. The data is recorded in CD quality (44.1 kHz, 16 bit linear, stereo) and stored in a .wav file.Usage.
java SimpleAudioRecorder -h
java SimpleAudioRecorder audiofile
Parameters. - -h
- print usage information, then exit
- audiofile
- the file name of the audio file that should be produced from the recorded data
Source code. SimpleAudioRecorder.java
Source : http://www.jsresources.org
No comments:
Post a Comment