floatToDecibel

This is a collection of useful DSP related functions and algorithms. if you feel anything is missing, please feel free to add it. Accepts a floating point value and returns its decibel equivalent. value should be in the range of -1 to 1 and returns a float in the range -96 to 0

nothrow @nogc
T
floatToDecibel
(
T = float
)
()

Meta