infinity-player

infinite jukebox clone using librosa
git clone https://git.ce9e.org/infinity-player.git

commit
b724ffd0dbe040eb4d10f2158c87576450a0099f
parent
133fab3eb0e22993ddc65d11d6b3a78e6fa5c077
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-04 11:06
add requirements.txt

Diffstat

M README.md 2 +-
A requirements.txt 4 ++++

2 files changed, 5 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -11,7 +11,7 @@ Analysing takes some time, so the result is saved next to the audiofile.
   11    11 
   12    12 ## Quickstart
   13    13 
   14    -1     pip install librosa pyalsaaudio pillow
   -1    14     pip install -r requirements.txt
   15    15     python player.py <filename>
   16    16 
   17    17 ## Open Tasks

diff --git a/requirements.txt b/requirements.txt

@@ -0,0 +1,4 @@
   -1     1 librosa
   -1     2 numpy
   -1     3 Pillow
   -1     4 soundcard