diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-04 16:37:19 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-29 10:04:38 +0100 |
commit | dbb565eceac78c2f3b91716944a6ad1e8903c25c (patch) | |
tree | 28ce028b9eb08f1e14830c823675e6309bb4be8e /data | |
parent | 80d94573cf7d2121d366799d5a610b7954ae42c7 (diff) |
agl-service-unicens: support microphone front-end
Bug-AGL: SPEC-1759
- updates app-templates
- adds routing setup of microphone front-end
- adds web-ui buttons to control microphone front-end
Change-Id: Ie18ec2f40a1b1fce348d32d28c64a4a3b289d55f
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/config_multichannel_audio_kit.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/config_multichannel_audio_kit.xml b/data/config_multichannel_audio_kit.xml index 51d2fdc..ed14320 100644 --- a/data/config_multichannel_audio_kit.xml +++ b/data/config_multichannel_audio_kit.xml @@ -10,6 +10,19 @@ <MOSTSocket Route="5.1 DVD Player Effect" Offset="8" Bandwidth="4"/>
</Splitter>
</SyncConnection>
+ <SyncConnection MuteMode="NoMuting">
+ <MOSTSocket Bandwidth="4" Route="Route_NoiseCanceled_Microphone" />
+ <USBSocket EndpointAddress="0x81" FramesPerTransaction="128" />
+ </SyncConnection>
+ </Node>
+
+ <!-- Microphone Front-End -->
+ <Node Address="0x520">
+ <StreamPort ClockConfig="64Fs" DataAlignment="Left16Bit" />
+ <SyncConnection MuteMode="NoMuting">
+ <StreamSocket StreamPinID="SRXA0" Bandwidth="4" />
+ <MOSTSocket Route="Route_NoiseCanceled_Microphone" Bandwidth="4" />
+ </SyncConnection>
</Node>
<!-- Fiberdyne Amplifier -->
|