#include <AudioFormat.h>
Static Public Methods | |
type | min () |
type | max () |
type | bytes () |
int | range () |
float | rangef () |
type | one_fourth_range () |
returns a number useful in getting a scale factor dividing this with the one_fourth_range of another type will yield a scale useful to convert between datatypes... More... |
smallest_possible_value = audio_data_traits<float>.min() number_of_bytes_in_sample = audio_data_traits<float>.bytes()
Definition at line 55 of file AudioFormat.h.
|
|
|
|
|
Referenced by syn::SampleBuffer::bytes().
|
|
|
|
|
|
returns a number useful in getting a scale factor dividing this with the one_fourth_range of another type will yield a scale useful to convert between datatypes... NOTE: this is 1/4. 1/2 doesn't always fit into the data type, because 1/2 the range can still be larger than max() |