Minim index |
|
Name | save ( ) |
Examples | None available |
Description | Requests the current SampleRecorder to save. This will only
work if you have called {@link #endRecord()}. If this was created with a
buffered recorder, then calling {@link #beginRecord()} after saving will
not overwrite the file on the disk, unless this method is subsequently
called. However, if this was created with an unbuffered recorder, it is
likely that a call to {@link #beginRecord()} will create the file again,
overwriting the file that had previously been saved. An
AudioRecording will be returned if the
SampleRecorder used to record the audio saved to a file
(this will always be the case if you use createRecorder or
the first constructor for AudioRecorder ). |
Syntax | save(); |
Returns | the audio that was recorded as an AudioPlayer |
Usage | Web & Application |
Related | |