Hello, guys!
Since I know ZDoom/GZDoom makes a cool sound reverb underwater, I was wondering: does it support changing the pitch of a sound?
If yes, is it possible to change the sound's pitch while it's already playing?
Thank you.
Changing Sound Pitch?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
-
- Posts: 52
- Joined: Wed Jan 14, 2009 8:30 am
- Location: Russia, Saint-Petersburg
Re: Changing Sound Pitch?
There are few SNDINFO directives, that controls sound pitch:
wiki wrote: $pitchshift soundname <range>
Specifies how much the pitch of the specified sound may be randomly altered when it is played. <range> may be in the range of 0 to 7.
$pitchshiftrange <range>
Sets a default pitch shift value that is applied to all subsequent sound definitions.