{% include "vesper/header-prefix.html" %} Delete Clip Audio Files - Vesper {% load vesper_extras %} {% load staticfiles %} {% include "vesper/navbar.html" %}

Delete Clip Audio Files

Deletes audio files for clips of this archive. The clips are specified as a set of detectors, a set of station/mic pairs, a classification, and a range of dates. After the files are deleted, when needed Vesper will extract audio data for the clips on the fly from the recordings of which they are parts, assuming that the recordings are available. If the recordings are not available, you probably don't want to delete the clip audio files. Be careful: this operation cannot be undone! The operation runs as a Vesper job.

{{ form.detectors|block_form_element }} {{ form.station_mics|block_form_element }} {{ form.classification|form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }}