forked from TWOEARS/TwoEars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwoEars.xml
More file actions
15 lines (13 loc) · 801 Bytes
/
Copy pathTwoEars.xml
File metadata and controls
15 lines (13 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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
Config.xml, including only those parts and then start the model with
startTwoEars('Config.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>
</requirements>