Update 'README.md'
This commit is contained in:
parent
fd7294efa4
commit
17e0af3568
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue