{% extends 'vesper/base.html' %} {% block head %} Export clips to audio files {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Export clips to audio files

Exports the specified clips to WAVE audio files.

{% include "vesper/clips-specification-message.html" %}

This command writes one WAVE file for each exported clip to the specified output directory on the server. It automatically names each output file to include the station name, microphone name, start time, and detector name of its contents. You can adjust the padding included with each exported clip by creating an appropriate Clip Audio File Export Settings preset and selecting it below.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {% include "vesper/clip-set-form-elements.html" %} {{ form.clip_audio_file_export_settings_preset|form_element }} {{ form.output_dir_path|block_form_element }}
{% endblock main %}