TypeScript API Documentation for GSTREAMER AUDIO
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Different representations of a stream volume. gst_stream_volume_convert_volume() allows to convert between the different representations.
gst_stream_volume_convert_volume()
Formulas to convert from a linear to a cubic or dB volume are cbrt(val) and 20 * log10 (val).
Cubic volume scale
Logarithmic volume scale (dB, amplitude not power)
Linear scale factor, 1.0 = 100%
Different representations of a stream volume.
gst_stream_volume_convert_volume()allows to convert between the different representations.Formulas to convert from a linear to a cubic or dB volume are cbrt(val) and 20 * log10 (val).