mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-14 07:27:03 +03:00
Bell catchup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user