diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-10 13:34:40 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-10 13:34:40 -0500 |
commit | 2933c21d3ef14129ca735cfcda74a0447a86cdd9 (patch) | |
tree | 16f00338da103019ea8534e6abda567d0ca6611d /res | |
parent | 31dc0e443efc0aae48e11a0d98e699dbed5c7dcf (diff) | |
download | tanetane-2933c21d3ef14129ca735cfcda74a0447a86cdd9.tar.gz tanetane-2933c21d3ef14129ca735cfcda74a0447a86cdd9.tar.bz2 tanetane-2933c21d3ef14129ca735cfcda74a0447a86cdd9.zip |
Fixed audio popping from speaking tones
The fix was done by adding a fade in and fade out to the sound files.
Diffstat (limited to 'res')
-rw-r--r-- | res/sfx/speaking_boy.wav | bin | 8460 -> 8460 bytes |
-rw-r--r-- | res/sfx/speaking_girl.wav | bin | 7672 -> 7672 bytes |
-rw-r--r-- | res/sfx/speaking_man.wav | bin | 9536 -> 9536 bytes |
-rw-r--r-- | res/sfx/speaking_nonhuman.wav | bin | 12316 -> 12316 bytes |
-rw-r--r-- | res/sfx/speaking_woman.wav | bin | 8384 -> 8384 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/res/sfx/speaking_boy.wav b/res/sfx/speaking_boy.wav index 78c5a95..864ad7f 100644 --- a/res/sfx/speaking_boy.wav +++ b/res/sfx/speaking_boy.wav | |||
Binary files differ | |||
diff --git a/res/sfx/speaking_girl.wav b/res/sfx/speaking_girl.wav index 67365d3..1ab18a4 100644 --- a/res/sfx/speaking_girl.wav +++ b/res/sfx/speaking_girl.wav | |||
Binary files differ | |||
diff --git a/res/sfx/speaking_man.wav b/res/sfx/speaking_man.wav index 0a0f56d..421f4d0 100644 --- a/res/sfx/speaking_man.wav +++ b/res/sfx/speaking_man.wav | |||
Binary files differ | |||
diff --git a/res/sfx/speaking_nonhuman.wav b/res/sfx/speaking_nonhuman.wav index 098ab53..75b4759 100644 --- a/res/sfx/speaking_nonhuman.wav +++ b/res/sfx/speaking_nonhuman.wav | |||
Binary files differ | |||
diff --git a/res/sfx/speaking_woman.wav b/res/sfx/speaking_woman.wav index 6ae42bd..b29c0b6 100644 --- a/res/sfx/speaking_woman.wav +++ b/res/sfx/speaking_woman.wav | |||
Binary files differ | |||