to_dB: Convert to dB

Description Usage Arguments Examples

View source: R/utilities_math.R

Description

Internal soundgen function.

Usage

1
to_dB(x)

Arguments

x

a vector of floats between 0 and 1 (exclusive, i.e. these are ratios)

Examples

1
soundgen:::to_dB(c(.1, .5, .75, .9, .95, .99, .999, .9999))

tatters/soundgen_beta documentation built on May 14, 2019, 9 a.m.