amine@377: auditok, an AUDIo TOKenization tool amine@377: =================================== amine@23: amine@432: .. image:: https://github.com/amsehili/auditok/actions/workflows/ci.yml/badge.svg amine@432: :target: https://github.com/amsehili/auditok/actions/workflows/ci.yml/ amine@377: :alt: Build Status amine@331: amine@446: .. image:: https://codecov.io/github/amsehili/auditok/graph/badge.svg?token=0rwAqYBdkf amine@446: :target: https://codecov.io/github/amsehili/auditok amine@446: amine@37: .. image:: https://readthedocs.org/projects/auditok/badge/?version=latest amine@38: :target: http://auditok.readthedocs.org/en/latest/?badge=latest amine@38: :alt: Documentation Status amine@32: amine@32: amine@32: amine@437: ``auditok`` is an **Audio Activity Detection** tool that processes online data amine@432: (from an audio device or standard input) and audio files. It can be used via the command line or through its API. amine@432: amine@432: Full documentation is available on `Read the Docs `_. amine@32: amine@32: amine@23: .. toctree:: amine@369: :caption: Getting started amine@369: :maxdepth: 3 amine@23: amine@369: installation amine@369: examples amine@35: amine@35: .. toctree:: amine@379: :caption: Command-line guide amine@379: :maxdepth: 3 amine@379: amine@379: command_line_usage amine@379: amine@379: amine@379: amine@379: .. toctree:: amine@369: :caption: API Reference amine@35: :maxdepth: 3 amine@35: amine@369: core amine@369: util amine@369: io amine@369: signal amine@23: amine@369: License amine@369: ------- amine@432: amine@369: MIT.