commit 93fe1124119faafe0704ea913ab4d5977b1f24b6
Merge: 4780944f 8a3621b2
Author: Simon Howard <fraggle+github@gmail.com>
AuthorDate: Wed Jul 8 21:29:32 2015 -0400
Commit: Simon Howard <fraggle+github@gmail.com>
CommitDate: Wed Jul 8 21:29:32 2015 -0400
Merge pull request #567 from jmtd/pitch-shifting
Implementation of pitch shifting.
This appeared in early versions of Doom and (more importantly) in Heretic
and Hexen. Sound effects get pitched up and down to sound less repetitive.
src/doom/s_sound.c | 41 +++++++++++++-
src/heretic/s_sound.c | 17 +++---
src/hexen/s_sound.c | 22 +++++---
src/i_pcsound.c | 3 +-
src/i_sdlsound.c | 153 ++++++++++++++++++++++++++++++++++++++++----------
src/i_sound.c | 10 +++-
src/i_sound.h | 13 +++--
src/m_config.c | 8 +++
src/setup/sound.c | 19 +++++++
src/strife/s_sound.c | 9 ++-
10 files changed, 238 insertions(+), 57 deletions(-)