mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Reworks audio routing on DMPS-4K units.
This commit is contained in:
parent
1a5d4896e1
commit
6dbdd0587d
4 changed files with 447 additions and 72 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue