diff options
Diffstat (limited to 'src/pcm/PcmConvert.hxx')
-rw-r--r-- | src/pcm/PcmConvert.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pcm/PcmConvert.hxx b/src/pcm/PcmConvert.hxx index 9835045d6..13dff4427 100644 --- a/src/pcm/PcmConvert.hxx +++ b/src/pcm/PcmConvert.hxx @@ -41,12 +41,14 @@ class Domain; class PcmConvert { PcmDsd dsd; + GluePcmResampler resampler; PcmFormatConverter format_converter; PcmChannelsConverter channels_converter; - GluePcmResampler resampler; AudioFormat src_format, dest_format; + bool enable_resampler, enable_format, enable_channels; + public: PcmConvert(); ~PcmConvert(); |