kopia lustrzana https://github.com/f4exb/sdrangel
SSB demod: fixed audio volume too low
rodzic
e9f122fac1
commit
dc3bdc62e1
|
@ -122,7 +122,7 @@ void SSBDemod::feed(const SampleVector::const_iterator& begin, const SampleVecto
|
|||
sum.imag() = 0.0;
|
||||
}
|
||||
|
||||
qint16 sample = (qint16)(demod * m_volume * 10);
|
||||
qint16 sample = (qint16)(demod * m_volume * 100);
|
||||
m_audioBuffer[m_audioBufferFill].l = sample;
|
||||
m_audioBuffer[m_audioBufferFill].r = sample;
|
||||
++m_audioBufferFill;
|
||||
|
|
Ładowanie…
Reference in New Issue