ape  0.5.0
Audio Programming Environment
Static Public Member Functions | List of all members
ape::dB Class Reference

Provides methods for converting back and forth from decibels More...

#include <dsp.h>

Static Public Member Functions

template<typename T >
static T from (T arg)
 Converts arg as decibels to a scalar value More...
 
template<typename T >
static T to (T arg)
 Converts arg to decibels More...
 

Detailed Description

Provides methods for converting back and forth from decibels

Member Function Documentation

◆ from()

template<typename T >
static T ape::dB::from ( arg)
inlinestatic

Converts arg as decibels to a scalar value

◆ to()

template<typename T >
static T ape::dB::to ( arg)
inlinestatic

Converts arg to decibels


The documentation for this class was generated from the following file: