menu
dart_melty_soundfont package
documentation
soundfont_math.dart
SoundFontMath
decibelsToLinear static method
decibelsToLinear static method
dark_mode
light_mode
decibelsToLinear
static method
double
decibelsToLinear
(
double
x
)
Implementation
static double decibelsToLinear(double x) { return pow(10.0, 0.05 * x).toDouble(); }
dart_melty_soundfont package
documentation
soundfont_math
SoundFontMath
decibelsToLinear static method
SoundFontMath class