Skip to content

Commit

Permalink
apt file
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Jun 21, 2022
1 parent f842e74 commit 97e8c2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
4 changes: 4 additions & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
libmad0-dev
libid3tag0-dev
libsndfile1-dev
libgd-dev
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,23 @@ Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
- [ ] Playlists
- [ ] Likes
- [ ] Followers / Followings
- [ ] load waveform data as data
- [x] load waveform data as data
- [x] Range responses https://github.com/elixir-plug/plug/pull/526/files

with audiowaveform
audiowaveform -i ~/Desktop/patio/STE-098.mp3 -o long_clip.json --pixels-per-second 20 --bits 8

as binary
ffmpeg -i ~/Desktop/patio/STE-098.mp3 -ac 1 -filter:a aresample=200 -map 0:a -c:a pcm_s16le -f data - > SomeFile.txt

as text
ffmpeg -i in.mp3 -af astats=metadata=1:reset=1,ametadata=print:key=lavfi.astats.Overall.RMS_level:file=log.txt -f null -

# Setup:

### Generate fake accounts

iex -S mix fake_accounts


### File preprocessing requirements:

+ Lame
+ FFMPEG
+ audiowaveform
+ imagemagick

### image credits


Expand Down

0 comments on commit 97e8c2a

Please sign in to comment.