A collection of utilities for Detection and Classification of Acoustic Scenes and Events


Keywords
audio, sound, dcase
License
MIT
Install
pip install dcase-util==0.2.20

Documentation

DCASE Utilities

A collection of utilities for Detection and Classification of Acoustic Scenes and Events

Build Status Coverage Status PyPI License: MIT

This collection of utilities is for Detection and Classification of Acoustic Scenes and Events (DCASE). These utilities were originally created for the DCASE challenge baseline systems (2016 & 2017) and are bundled into a standalone library to allow their re-usage in other research projects.

The main goal of the utilities is to streamline the research code, make it more readable, and easier to maintain. Most of the implemented utilities are related to audio datasets: handling meta data and various forms of other structured data, and provide standardized usage API to audio datasets from various sources.

Documentation

See https://dcase-repo.github.io/dcase_util/ for detailed instruction, manuals and tutorials.

Installation instructions

The latest stable release is available on PyPI, and you can install with pip: pip install dcase_util

License

Code released under the MIT license.