pcm/PcmDsd: remove "lsbfirst" support
Unused. Bit reversing is done in the decoder.
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
void Reset();
|
||||
|
||||
ConstBuffer<float> ToFloat(unsigned channels, bool lsbfirst,
|
||||
ConstBuffer<float> ToFloat(unsigned channels,
|
||||
ConstBuffer<uint8_t> src);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user