forked from PAWPAW-Mirror/lib_xua
Remove hard-coded loopback from deliver()
This commit is contained in:
@@ -262,7 +262,6 @@ static inline unsigned DoSampleTransfer(chanend c_out, const int readBuffNo, con
|
||||
{
|
||||
int tmp = inuint(c_out);
|
||||
samplesOut[i] = tmp;
|
||||
samplesOut[i] = samplesIn_0[0];
|
||||
}
|
||||
#else
|
||||
inuint(c_out);
|
||||
|
||||
Reference in New Issue
Block a user