Audio effects using operators

Using operators, I found out that using the ABS() function on an audio file makes it sound like an alien speaking, and using Ceil/Floor function, it distorts the audio to be very loud! (Used audio from Baldi’s Basics for demonstration)

\left|x\right| makes the sound in a range of 0 to 1. Sound has a range from -1 to 1. I suggest you make the block calculate 2\left|x\right|-1 so it also has a range of -1 to 1.

I know, It’s just a discovery and i wanted to share it.