Reworks audio routing on DMPS-4K units.

This commit is contained in:
Alex Johnson
2022-06-15 08:49:52 -04:00
parent 1a5d4896e1
commit 6dbdd0587d
4 changed files with 447 additions and 72 deletions

View File

@@ -38,6 +38,9 @@ namespace PepperDash.Essentials.DM
void Dmps_MicrophoneChange(MicrophoneBase mic, GenericEventArgs args)
{
if (args.EventId == MicrophoneEventIds.VuFeedBackEventId)
return;
Debug.Console(2, "Dmps Microphone Controller Index: {0} EventId: {1}", mic.ID, args.EventId.ToString());
if(Mics.ContainsKey(mic.ID))