Nabu-asr
|
a feature computer is used to compute audio features. To create your own feature computer you can inherit from the general FeatureComputer class defined in feature_computer.py and overwrite the abstract methods. Afterwards you should add it to the factory method in feature_computer_factory.py. It is also very helpful to create a default configuration in the defaults directory. The name of the file should be the name of the class in lower case with the .cfg extension.