mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -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:
@@ -41,6 +41,11 @@ void DSDDecoder::set48k(bool to48k)
|
||||
m_decoder.setUpsampling(to48k ? 6 : 0);
|
||||
}
|
||||
|
||||
void DSDDecoder::setUpsampling(int upsampling)
|
||||
{
|
||||
m_decoder.setUpsampling(upsampling);
|
||||
}
|
||||
|
||||
void DSDDecoder::setBaudRate(int baudRate)
|
||||
{
|
||||
if (baudRate == 2400)
|
||||
|
||||
Reference in New Issue
Block a user