Audio Recorder Applet
The timer field
Using the stop-timer to end recording automatically.
Clock time
Stop recording at given clock time. The time has format hh:mm:ss (hours:minutes:seconds).
You can either use the 24-hour clock or 12-hour notation with am or pm suffix (ending).
The following timer values will make recording stop at 09:30 pm.
Stop at: 09:30 pm
Stop at: 21:30:00
These will stop recording at 9 o'clock in the morning.
Stop at: 09:00 am
Stop at: 09:00
Note. Use the colon ":" to distinguish clock time (hh:mm::ss) from time period or duration. The latter has format (#h #m #s).
Stop at silence
Use the silence word to stop the recording when there is no particular input on the line.
The default silence duration is 5 seconds but you change this by typing a value after the silence word.
Some examples
Stop at: silence
Stop at: silence 10s
Stop at: silence 2m 5s
You may also use the localized word of "silence" if this application has been translated to your language.
The listbox of timer values should show you an example of this.
File size
Stop recording after certain file size.
The size unit can be bytes, KB, MB or GB.
Eg. this will stop recording when the file size reaches 500 KB.
Stop after: 500 KB
You can also use decimal numbers like
Stop after: 0.65 GB
Time period
Stop recording after time period, duration. The syntax is #h #m #s.
Eg. this will stop recording after 1 hour 20 minutes and 15 seconds.
Stop after: 1h 20m 15s
You can also write: 1hour 20min 15sec.
This other example stops recording after 22 minutes.
Stop after: 22m
If this application has been translated to your language,
you may also use the localized, translated letters of hour, minutes and seconds.
Combine several values
You can write several values in the timer field. Separate the values with the | character. The values are or'ed.
For example, this will stop recording after 20 minutes OR when the file size exceeds 1GB OR there is no input (the line is empty, silent).
Stop after: 20min | 1GB | silence
Another example.
Stop after: 800 MB | 10:00 pm