Dolphin, the GameCube and Wii emulator - Forums
GameCube Microphone over Netplay - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: GameCube Microphone over Netplay (/Thread-gamecube-microphone-over-netplay)



GameCube Microphone over Netplay - steelphantom - 06-19-2019

Hi all,

I was recently playing some Mario Party 7 over netplay and realized that it has mic support. I checked out the wiki for Mario Party 7 and it states that netplay mic is not supported: https://wiki.dolphin-emu.org/index.php?title=Mario_Party_7#Network_Mic

I am potentially interested in implementing netplay mic and was wondering if anyone could help me out. I realize this is probably a ton of work and I may be in over my head, but I at least want to check it out and see if its feasible for me to even attempt.

Could anyone please point me to the following pieces of code in Dolphin?
  • Where is the current microphone input handled (i.e. the code that processes microphone input on PC, etc. and translates it into a GameCube input)
  • Where are netplay user inputs (controller, etc) recorded and synced?

Many thanks!


RE: GameCube Microphone over Netplay - ExtremeDude2 - 06-19-2019

You'll probably want to check out #dolphin-dev on freenode.


RE: GameCube Microphone over Netplay - steelphantom - 06-19-2019

(06-19-2019, 12:23 PM)ExtremeDude2 Wrote: You'll probably want to check out #dolphin-dev on freenode.

Thanks! I'll try asking there.