diff --git a/README.md b/README.md index cd567c1..26589dc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Starten mit `python3 ./s.py` +# Bekannte funktionierende Konfiguration +* python3.7.3 +* pygame 1.9.6 +* libsdl-mixer1.2 # Konvertieren und Stille herauskürzen aus Samples: `for file in *.mp3; do ffmpeg -i ${file} -af silenceremove=1:0:-30dB ${file/mp3/wav} -y; done`