-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwoEarsPaths_Example.xml
22 lines (20 loc) · 1.27 KB
/
TwoEarsPaths_Example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<!-- Configuration file for the Two!Ears auditory model -->
<!-- In the following entries please specify the pathes were you have stored the
corresponding repositories on your local disk. Note, that depending of your
apllication it can be the case that you only need some of those repositories.
If this is the case the entries for the other ones will be ignored. -->
<repoPaths>
<!-- https://github.com/TWOEARS/binaural-simulator -->
<binaural-simulator>~/git/twoears/binaural-simulator</binaural-simulator>
<!-- https://github.com/TWOEARS/auditory-front-end -->
<auditory-front-end>~/git/twoears/auditory-front-end</auditory-front-end>
<!-- https://github.com/TWOEARS/blackboard-system -->
<blackboard-system>~/git/twoears/blackboard-system</blackboard-system>
<!-- https://github.com/TWOEARS/Auditory-Machine-Learning-Training-and-Testing-Pipeline -->
<machine-learning-training>~/git/twoears/amlttp</machine-learning-training>
<!-- https://github.com/TWOEARS/stream-segregation-training-pipeline -->
<spatial-segregation-training>~/git/twoears/stream-segregation-training-pipeline</spatial-segregation-training>
<!-- https://github.com/TWOEARS/SOFA -->
<sofa>~/git/twoears/SOFA</sofa>
</repoPaths>