Bell catchup

This commit is contained in:
philippe44
2023-07-26 13:19:20 -07:00
parent 859efdb954
commit 232afb948b
467 changed files with 77538 additions and 37137 deletions

View File

@@ -100,7 +100,6 @@ size_t BellDSP::process(uint8_t* data, size_t bytes, int channels,
// Data has been downmixed to mono
if (streamInfo->numChannels == 1) {
data16Bit[i] = dataLeft[i] * MAX_INT16; // Denormalize left
} else {
data16Bit[i * 2] = dataLeft[i] * MAX_INT16; // Denormalize left