|
libpsynth 0.2.1
|
Convert one unsigned/floating point sample to another. More...
|
Classes | |
| struct | psynth::sound::sample_converter_unsigned< SrcSampleV, DstSampleV > |
| sample_converter_unsigned More... | |
| struct | psynth::sound::sample_converter_unsigned< T, T > |
| Converting a sample to itself - identity operation. More... | |
| struct | psynth::sound::sample_converter_unsigned< bits32f, DstSampleV > |
| bits32f conversion More... | |
| struct | psynth::sound::sample_converter_unsigned< SrcSampleV, bits32f > |
| struct | psynth::sound::sample_converter_unsigned< bits32f, bits32f > |
| struct | psynth::sound::sample_converter_unsigned< bits32, bits32f > |
| 32 bit <-> float sample conversion More... | |
| struct | psynth::sound::sample_converter_unsigned< bits32f, bits32 > |
| 32 bit <-> float sample conversion More... | |
Namespaces | |
| namespace | psynth::sound::detail |
interleaved_range_get_raw_data, planar_range_get_raw_data - return pointers to the raw data (the samples) of a basic homogeneous range. | |
Convert one unsigned/floating point sample to another.
Converts both the sample type and range
1.7.4