view auditok/__init__.py @ 360:5133fdc926fb

Add tests for make_channel_selector with average channel
author Amine Sehili <amine.sehili@gmail.com>
date Fri, 03 Apr 2020 20:50:48 +0200
parents f424ac9193b7
children 0118e0e33267
line wrap: on
line source
"""
:author:

Amine SEHILI <amine.sehili@gmail.com>
2015-2019

:License:

This package is published under the MIT license.
"""

from .core import *
from .io import *
from .util import *
from .exceptions import *

__version__ = "0.2.0.alpha"