matrix icon indicating copy to clipboard operation
matrix copied to clipboard

Feature Request: add an appropriate sound effect for falling digital rain

Open MatrixFr opened this issue 3 years ago • 4 comments

Do you have the possibility of including the sound which would correspond to the passage of the rain chars ?

MatrixFr avatar Nov 17 '22 21:11 MatrixFr

how exactly you want to hear chars?

57r31 avatar Nov 23 '22 06:11 57r31

add audio like in film when char fall, it's more imersive !

MatrixFr avatar Nov 23 '22 14:11 MatrixFr

example please?

57r31 avatar Nov 24 '22 01:11 57r31

Actually, I have a branch called audio_system that introduces this. Rather than emitting a sound for each glyph, the audio system tries to emulate the sounds heard in the franchise when code rain falls. It's very distinctive, but because audio isn't my specialty, I've asked someone else to create a sound file to replace my placeholder file used by the current effect.

Anyway, the sound is emitted multiple times, over and over, overlapping itself. Each instance is pitch-shifted slightly to introduce variation, and is assigned a random volume and pan (within certain parameters).

Once I have a finished sound effect added, I'll merge this into the main branch.

Rezmason avatar Nov 24 '22 03:11 Rezmason