menu
dart_melty_soundfont package
documentation
soundfont_math.dart
SoundFontMath
linearToDecibels static method
linearToDecibels static method
dark_mode
light_mode
linearToDecibels
static method
double
linearToDecibels
(
double
x
)
Implementation
static double linearToDecibels(double x) { return 20.0 * log10(x); }
dart_melty_soundfont package
documentation
soundfont_math
SoundFontMath
linearToDecibels static method
SoundFontMath class