Can you split sound channels and mix them with audio out?

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Can you split sound channels and mix them with audio out?
by on (#24742)
I was thinking about this as a new alternative to mute certain channels on my NES using a Game genie but it is not switchable and gets frustrating. Is this possible to do?

by on (#24743)
Usually, you would use an Emulator to do this thing since they allow you to change the volume of each sound channel individually. The rest of the post is useless hypothetical methods which would work in theory but be very impractical. Just use emulators...

For Game Genie, you would need to reverse-engineer how the game writes to the sound channels. From there, you could do ASM hacks to the game to turn off channels, then convert such hacks into codes. Lots of nasty 6502 hacking there, very time consuming.

Also, it's possible to separate the square waves from the triangle/DMC with soldering and wires.

by on (#24745)
Dwedit wrote:
Also, it's possible to separate the square waves from the triangle/DMC with soldering and wires.


That is what I was going to suggest, and here is one link explaining it:

http://www.raphnet.net/electronique/nes ... mod_en.php

by on (#24755)
No Carrier wrote:
Dwedit wrote:
Also, it's possible to separate the square waves from the triangle/DMC with soldering and wires.


That is what I was going to suggest, and here is one link explaining it:

http://www.raphnet.net/electronique/nes ... mod_en.php


Since that is the only practical method and it being the only choice I guess I'll try it out, thanks. :)

by on (#24760)
I've never really seen the point behind it, as you don't get any real stereo effects aside from a fixed channel separation, but it's a cool trick, anyway.

by on (#24784)
I'm going to see if there is a way by experimenting to get each sound channel to work with a surround sound system so. In the meantime I will be replacing the red LED light with a yellow one. And the project of stereo separation worked but was a bitch. Spent all night getting it to work.