test: add unit test for audio adapter

fix: import issues
This commit is contained in:
Félix Voituret
2019-11-08 18:01:47 -05:00
parent c4d1343897
commit d19c13bf66
5 changed files with 84 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ import numpy as np
# pylint: enable=import-error
from .adapter import AudioAdapter
from ..logging import get_logger
from ..utils.logging import get_logger
__email__ = 'research@deezer.com'
__author__ = 'Deezer Research'