Metadata-Version: 1.1
Name: dcase_util
Version: 0.1.7
Summary: A collection of utilities for Detection and Classification of Acoustic Scenes and Events
Home-page: https://github.com/DCASE-REPO/dcase_util
Author: Toni Heittola
Author-email: toni.heittola@gmail.com
License: MIT
Download-URL: https://github.com/DCASE-REPO/dcase_util/releases
Description: 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 <https://github.com/TUT-ARG/DCASE2016-baseline-system-python>`__
        & `2017 <https://github.com/TUT-ARG/DCASE2017-baseline-system>`__) 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``
        
        Changelog
        =========
        
        0.1.7 / 2017-11-22
        ^^^^^^^^^^^^^^^^^^
        
        -  Fix data sequencing when overlapping sequencing is used.
        -  Dataset class API modifications (e.g. copy returned metadata prevent
           accidental manipulation, uniform method names)
        -  Fix datasets CHiMEHome\_DomesticAudioTag\_DevelopmentSet,
           TUTAcousticScenes\_2017\_EvaluationSet, and
           TUTSoundEvents\_2017\_EvaluationSet
        -  Add intersection method for MetaDataContainer
        
        0.1.6 / 2017-11-14
        ^^^^^^^^^^^^^^^^^^
        
        -  Fixing audio reading when target sampling rate is not set
        -  Some minor tweaks to ui utilities.
        -  Example audio is now 16-bit audio file in wav-format instead of FLAC
           used earlier.
        -  ProbabilityContainer API is more compatible with MetaDataContainer
           now.
        -  MetaDataItem is now compatible with field naming used previously in
           DCASE baselines
        -  Add CHiMEHome\_DomesticAudioTag\_EvaluationSet dataset.
        -  Some minor bug fixes.
        
        0.1.5 / 2017-11-10
        ^^^^^^^^^^^^^^^^^^
        
        -  Fixing PYPI package
        
        0.1.4 / 2017-11-10
        ^^^^^^^^^^^^^^^^^^
        
        -  Release PYPI package
        
        0.1.0 / 2017-11-09
        ^^^^^^^^^^^^^^^^^^
        
        -  Initial public release
        
        License
        =======
        
        Code released under the `MIT
        license <https://github.com/DCASE-REPO/dcase_util/tree/master/LICENSE>`__.
        
        .. |Build Status| image:: https://travis-ci.org/DCASE-REPO/dcase_util.svg?branch=master
           :target: https://travis-ci.org/DCASE-REPO/dcase_util
        .. |Coverage Status| image:: https://coveralls.io/repos/github/DCASE-REPO/dcase_util/badge.svg?branch=master
           :target: https://coveralls.io/github/DCASE-REPO/dcase_util?branch=master
        .. |PyPI| image:: https://img.shields.io/pypi/v/dcase_util.svg
           :target: https://pypi.python.org/pypi/dcase_util
        .. |License: MIT| image:: https://img.shields.io/badge/license-MIT-blue.svg
           :target: https://opensource.org/licenses/MIT
        
Keywords: audio sound
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
