WaveShop provides various methods for stopping and starting a recording, known as activation types:
Type | Summary | Description |
---|---|---|
Prompt | Fully interactive | The user is prompted for the output file name and folder, and then prompted for the audio format. Recording begins when the user presses the Start button in the Record dialog. If the user attempts to stop the recording, a confirmation prompt is displayed, and recording continues until the stop is confirmed. |
One touch | One-touch recording (OTR) | Recording begins immediately. The filename is generated automatically; the output folder and audio format are specified via the Record Options. Stopping is similarly immediate, i.e. stop confirmation is suppressed. This activation type is optimal for use with scheduled recording and hot keys. |
Sound | Sound-activated recording | Input levels are monitored, and recording only begins if the start trigger conditions are met. Recording ends when the stop trigger conditions are met, or when the Record dialog is closed. Multiple recordings may result. Filenames are generated automatically; the output folder and audio format are specified via the Record Options. Stop confirmation is suppressed. |
Fully interactive mode is obvious and foolproof, but potentially cumbersome, whereas OTR sacrifices control and safeguards for immediacy.
Scheduled recording
Scheduled recording is supported via the Windows Task Scheduler. To schedule a recording, create a Scheduled Task, and specify the /r argument on the WaveShop command line. This argument causes WaveShop to execute a record command immediately upon being launched. Note that the activation type still matters in this case: if it's "Prompt", it's automatically changed to "One touch", but if it's "Sound", it's left alone, allowing you to schedule a sound-activated recording.