From 3fbc92d236e243ad23b0bba8aa7399ea2384b1cd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 12 Oct 2020 17:15:33 +0200 Subject: hopefully fixing seek issues not already fixed by CBR --- animism-align/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'animism-align/README.md') 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: -- cgit v1.2.3-70-g09d2