Tweak 32 bits mode (enable 20 bits spdif)

This commit is contained in:
Philippe G
2021-03-05 22:13:20 -08:00
parent b3ff717d32
commit 6d45f6d1b6
3 changed files with 21 additions and 10 deletions

View File

@@ -253,7 +253,7 @@ frames_t _output_frames(frames_t avail) {
}
out_frames = !silence ? min(size, cont_frames) : size;
if (output.channels & 0x01) gainR |= MONO_FLAG;
if (output.channels & 0x02) gainL |= MONO_FLAG;