Skip to content

Commit

Permalink
write README
Browse files Browse the repository at this point in the history
  • Loading branch information
lostanlen committed Dec 19, 2021
1 parent e2c5b18 commit 7d2fef2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# longwind
Make an audio file (really) long-winded

```
Daily repetitions are an illusion anyway.
— Tristan Bath, Shilla Strelka
```

This Python script concatenates audio files in a directory. It depends on sox while circumventing one of its shortcomings: the number of arguments in a command such as `sox input output.wav` is limited to 100. Against this problem, longwind assembles audio files in small batches (default size = 50) recursively until all batches are recombined onto the same file.

Longwind has been used by composer Florian Hecker to produce `Syn As Tex [AC]`, a monumental computer music piece (51 hours). Listen at: https://etat.xyz/release/SynAsTexAC


Program made by Vincent Lostanlen, CNRS, in 2021. MIT License.

0 comments on commit 7d2fef2

Please sign in to comment.