feat(audio): non-linear APU mixing and mapper expansion audio (VRC6, FME-7, Namco163)

This commit is contained in:
2026-03-15 11:17:37 +03:00
parent d94fbb894b
commit c77be7c84b
9 changed files with 362 additions and 28 deletions

View File

@@ -365,6 +365,6 @@ impl Apu {
let dmc = self.dmc_output_level;
ChannelOutputs { pulse1, pulse2, triangle, noise, dmc }
ChannelOutputs { pulse1, pulse2, triangle, noise, dmc, expansion: 0.0 }
}
}