audacity

Interchange with the Audacity sound signal editor

http://hub.darcs.net/thielema/audacity

Version on this page:0.0.1.2
LTS Haskell 22.13:0.0.2.2
Stackage Nightly 2024-03-14:0.0.2.2
Latest on Hackage:0.0.2.2

See all snapshots audacity appears in

BSD-3-Clause licensed by Henning Thielemann
Maintained by [email protected]
This version can be pinned in stack with:audacity-0.0.1.2@sha256:590c394c35c848327d2dbb929f29602ee0e8d7daf9fcfedf80f956babb61cb98,3857

This package provides functions for interchange with the Audacity sound signal editor. Currently we support import and export of label tracks, export of Audacity projects and limited import of tracks from Audacity projects.

We provide some examples that are useful on its own:

  • sox-concat: Concatenate a sequence of sound files with matching sampling rates and numbers of channels using SoX and generate an Audacity label track file that shows the origins of the parts.

  • audacity-concat: Create an Audacity project file containing a virtual concatenation of the input sound files and a label track showing the origins of the sound files.

  • audacity-combine: Put several audio and label files into tracks of a new Audacity project. Opening one or even multiple such projects is much easier than loading individual tracks into Audacity.