summaryrefslogtreecommitdiff
path: root/animism-align/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-12 17:15:33 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-12 17:15:33 +0200
commit3fbc92d236e243ad23b0bba8aa7399ea2384b1cd (patch)
tree2b9acf547393bd29e83e3eab2c0cfc576c7b629b /animism-align/README.md
parentfee9c2fccc2a059d8307c789c110e38f3c3727df (diff)
hopefully fixing seek issues not already fixed by CBR
Diffstat (limited to 'animism-align/README.md')
-rw-r--r--animism-align/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/animism-align/README.md b/animism-align/README.md
index 045751e..9cdb949 100644
--- a/animism-align/README.md
+++ b/animism-align/README.md
@@ -11,6 +11,20 @@ conda create env -f environment.yml
npm install
```
+## Generating waveform peaks
+
+Make sure your source sound is encoded as a 192 kbps CBR MP3:
+
+```
+ffmpeg -i original.wav -b:a 192k ../data_store/peaks/episode_99.mp3
+```
+
+Then generate the peaks:
+
+```
+./cli.py peaks parse -i original.wav
+```
+
## Running the site
Before running the commands, enter the client directory, load the Conda environment, and make sure the database is current: