TWOEARS / auditory-front-end

Two!Ears Auditory Model - Auditory front-end module
http://docs.twoears.eu/en/latest/afe/
GNU General Public License v2.0
16 stars 10 forks source link

Remove dependency on addPathsIfNotIncluded() #15

Closed hagenw closed 7 years ago

hagenw commented 8 years ago

The AFE should also work as a standalone module, independent of the other Two!Ears modules. At the moment it depends on TWOEARS/main as the function addPathsIfNotIncluded() is used, see #12.

This pull request removes addPathsIfNotIncluded() by explicitly doing those steps performed inside the function.