diff options
Diffstat (limited to 'animism-align/README.md')
| -rw-r--r-- | animism-align/README.md | 14 |
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: |
