-
Notifications
You must be signed in to change notification settings - Fork 0
/
TwoEars.xml
16 lines (14 loc) · 962 Bytes
/
TwoEars.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!-- Configure which parts of the Two!Ears model should be started -->
<!-- NOTE: this file always includes all parts. If you want to start only a
part of the whole model it is a good idea to create your own xml config file
TwoEarsPart.xml, including only those parts and then start the model with
startTwoEars('TwoEarsPart.xml'). -->
<requirements>
<TwoEarsPart sub="src" startup="startBinauralSimulator">binaural-simulator</TwoEarsPart>
<TwoEarsPart sub="API_MO" startup="SOFAstart">sofa</TwoEarsPart>
<TwoEarsPart startup="startAuditoryFrontEnd">auditory-front-end</TwoEarsPart>
<TwoEarsPart startup="startBlackboardSystem">blackboard-system</TwoEarsPart>
<TwoEarsPart startup="startAMLTTP">machine-learning-training</TwoEarsPart>
<TwoEarsPart startup="startSegmentationTraining">spatial-segregation-training</TwoEarsPart>
</requirements>