diff options
Diffstat (limited to 'animism-align/README.md')
| -rw-r--r-- | animism-align/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/animism-align/README.md b/animism-align/README.md index ac00d94..eb12c30 100644 --- a/animism-align/README.md +++ b/animism-align/README.md @@ -11,13 +11,12 @@ conda create env -f environment.yml npm install ``` -## Generating waveform peaks +## Proper encoding of an MP3 -Make sure your source sound is encoded as a 192 kbps CBR MP3 (for accurate time sync), then generate the peaks: +Make sure your source sound is encoded as a 192 kbps CBR MP3 (for accurate time sync when using the editor). ``` ffmpeg -i original.wav -ar 44100 -b:a 192k ../data_store/peaks/episode_99.mp3 -./cli.py peaks parse -i original.wav ``` ## Running the site |
