1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

DSD demod plugin: DSD proper integration interim state #1

This commit is contained in:
f4exb
2016-04-09 13:12:48 +02:00
parent 9ef7497c40
commit 5872ee0ca7
10 changed files with 526 additions and 403 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ qint64 AudioOutput::readData(char* data, qint64 maxLen)
if (samples != framesPerBuffer)
{
qDebug("AudioOutput::readData: read %d samples vs %d requested", samples, framesPerBuffer);
//qDebug("AudioOutput::readData: read %d samples vs %d requested", samples, framesPerBuffer);
}
for (uint i = 0; i < samples; i++)