Update 'README.md'

This commit is contained in:
starcalc 2022-02-26 15:40:36 +00:00
parent fd7294efa4
commit 17e0af3568
1 changed files with 4 additions and 0 deletions

View File

@ -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`