mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
DSD demod: allow use of audio rates that are integer multiples of 8k other than 48k (x2,3,4,5)
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
void setSymbolPLLLock(bool pllLock) { m_decoder.setSymbolPLLLock(pllLock); }
|
||||
void useHPMbelib(bool useHP) { m_decoder.useHPMbelib(useHP); }
|
||||
void set48k(bool to48k);
|
||||
void setUpsampling(int upsampling);
|
||||
|
||||
private:
|
||||
DSDcc::DSDDecoder m_decoder;
|
||||
|
||||
Reference in New Issue
Block a user