issues
search
tzachshabtay
/
MonoAGS
AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
28
stars
10
forks
source link
Audio- support reducing volume for playing sounds when speech is playing
#285
Closed
tzachshabtay
closed
6 years ago
tzachshabtay
commented
6 years ago
Added the ability to tag audo clips/sounds
Added the ability to add sound modifiers to modify properties of a sound on-the-fly
Added the ability to create rules that can use the sound modifiers and the tags for custom behaviors
Added an audio system interface that can be queried for available audio clips, playing sounds and audio rules.
Created a rule to reduce volume of background sounds when speech is played. Resolves #73
Refactor the sound emitter to use the new sound modifiers instead of directly changing the sound's volume and panning.