{% include "vesper/header-prefix.html" %} Export clips to audio files - Vesper {% load vesper_extras %} {% load static %} {% include "vesper/navbar.html" %}

Export clips to audio files

Exports the specified clips to wave files.

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

The wave files are written to the specified output directory on the server. [In the future, the clips will be delivered to the client in a zip file rather than written to the server file system.]

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