webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
WebCore::AudioUtilities Namespace Reference

Functions

float linearToDecibels (float)
 
float decibelsToLinear (float)
 
double discreteTimeConstantForSampleRate (double timeConstant, double sampleRate)
 
size_t timeToSampleFrame (double time, double sampleRate)
 

Function Documentation

◆ decibelsToLinear()

float WebCore::AudioUtilities::decibelsToLinear ( float  )

◆ discreteTimeConstantForSampleRate()

double WebCore::AudioUtilities::discreteTimeConstantForSampleRate ( double  timeConstant,
double  sampleRate 
)

◆ linearToDecibels()

float WebCore::AudioUtilities::linearToDecibels ( float  )

◆ timeToSampleFrame()

size_t WebCore::AudioUtilities::timeToSampleFrame ( double  time,
double  sampleRate 
)