]> git.parisson.com Git - timeside.git/commit
Add Yaafe wrapper as a new TimeSide analyzer
authorThomas Fillon <thomas@parisson.com>
Sat, 15 Jun 2013 12:09:47 +0000 (14:09 +0200)
committerThomas Fillon <thomas@parisson.com>
Sat, 15 Jun 2013 12:09:47 +0000 (14:09 +0200)
commit764121e7554620c0cf594fb92ed771fe8f07591f
tree81a19290f1ba3719ae1dd930f595b9c53781da80
parent7a642518fe8fb862addb38be1fcf12269d39e3e1
Add Yaafe wrapper as a new TimeSide analyzer

Yaafe wrapper needs a proper Yaafe install (don't forget to set all the environment variables required by Yaafe). Yaafe analyzer uses the Yaafe python engine to which TimeSide sends the audio data during process() and gets back the results when result() is called. The corresponding tests are also included in this commit. Enjoy !
tests/test_yaafe.py [new file with mode: 0644]
tests/yaafe_config/yaafeDataFlow [new file with mode: 0644]
tests/yaafe_config/yaafeFeaturePlan [new file with mode: 0644]
timeside/analyzer/__init__.py
timeside/analyzer/yaafe.py [new file with mode: 0644]