module DSP::Gain

Overview

Provide utility functions to convert between a linear and decibel (logarithm) unit.

Defined in:

dsp/gain.cr

Constant Summary

MAX_DB_ABS = 6000.0

Class Method Summary

Class Method Detail

def self.db_to_linear(db) #

Convert a decibel value to a linear value.


[View source]
def self.linear_to_db(linear) #

Convert a linear value to a decibel value.


[View source]