#include <PcmExport.hxx>
Definition at line 120 of file PcmExport.hxx.
gcc_pure unsigned PcmExport::Params::CalcInputSampleRate |
( |
unsigned |
output_sample_rate | ) |
const |
|
noexcept |
gcc_pure unsigned PcmExport::Params::CalcOutputSampleRate |
( |
unsigned |
input_sample_rate | ) |
const |
|
noexcept |
Calculate the output sample rate, given a specific input sample rate.
Usually, both are the same; however, with DSD_U32, four input bytes (= 4 * 8 bits) are combined to one output word (32 bits), dividing the sample rate by 4.
bool PcmExport::Params::alsa_channel_order = false |
bool PcmExport::Params::pack24 = false |
bool PcmExport::Params::reverse_endian = false |
bool PcmExport::Params::shift8 = false |
The documentation for this struct was generated from the following file: