mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Restore microphones to DMPS controller
This commit is contained in:
parent
e275d747f8
commit
5816c3cafe
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ namespace PepperDash.Essentials.DM
|
|||
public Dictionary<uint, string> InputNames { get; set; }
|
||||
public Dictionary<uint, string> OutputNames { get; set; }
|
||||
public Dictionary<uint, DmCardAudioOutputController> VolumeControls { get; private set; }
|
||||
public DmpsMicrophoneController Microphones { get; private set; }
|
||||
|
||||
public const int RouteOffTime = 500;
|
||||
Dictionary<PortNumberType, CTimer> RouteOffTimers = new Dictionary<PortNumberType, CTimer>();
|
||||
|
|
@ -192,6 +193,8 @@ namespace PepperDash.Essentials.DM
|
|||
SetupOutputCards();
|
||||
|
||||
SetupInputCards();
|
||||
|
||||
Microphones = new DmpsMicrophoneController(Dmps);
|
||||
}
|
||||
|
||||
public override bool CustomActivate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue