Closed hagenw closed 7 years ago
@ryanckim: besides adding new functions for the van Dorp Schuitmann model you also changed the adaptation processor adaptationProc()
.
Could you shortly describe what you changed there and if this can have an influence on other parts of the AFE?
It seems that the room acoustic analyzer (RAA) is a standalone program placed in test\afeRAA. If this function is supposed to be used, I would rather place it in tools and provide a simple demo script, even if that demo is only loading a file and calling afeRAA directly. Otherwise, the visibility of this function is so low that it may not be used at all. What do you think @ryanckim @hagenw ?
That sounds good. The original idea was to implement it as a processor, but there was not enough time, so it was implemented as a separate function. But I agree, that it is not only a test function and we should move it to a more prominent place. tools
would be fine with me.
ok, who's going to do it?
I will do it.
Cool, do you mind creating a little DEMO_RAA, which essentially loads a speech signal and triggers afeRAA?
This tries to implement the model described in [1] by using the AFE.
The model is currently implemented as the function
afeRAA()
undertest/Development_test_scripts/
.[1] van Dorp Schuitman, J., de Vries, D., & Lindau, A. (2013), "Deriving content-specific measures of room acoustic perception using a binaural, nonlinear auditory model," The Journal of the Acoustical Society of America, 133(March), 1572–1585.