Skip to content

Commit

Permalink
Update hitsound length (-50%)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed Oct 27, 2021
1 parent 7c8b0f5 commit 74861c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -516,13 +516,13 @@ generate_empty_wav \
ffmpeg \
-hide_banner -loglevel error \
-y \
-f lavfi -i aevalsrc="random(0)-0.5:s=44100" \
-f lavfi -i aevalsrc="random(0)-0.25:s=44100" \
-f lavfi -i anullsrc \
-filter_complex \
"""
[0]atrim=0:0.05[a0];
[1]atrim=0:0.05[a1];
[a0][a1]acrossfade=d=0.05,highpass=f=200,lowpass=f=5000,volume=15dB
[0]atrim=0:0.025[a0];
[1]atrim=0:0.025[a1];
[a0][a1]acrossfade=d=0.025,highpass=f=200,lowpass=f=5000,volume=15dB
""" \
normal-hitnormal.ogg

Expand Down

0 comments on commit 74861c0

Please sign in to comment.