google / eidos-audition

Collection of auditory models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license Paper Build Tests (Linux) Build Tests (macOS)

About

This library represents a simple pipeline integrating various models of auditory periphery developed over the years in academia. The pipeline can be used to combine models representing various stages of auditory perception for extracting features for machine learning algorithms.

Detailed documentation for the auditory library can be found here.

Citation

If you use the code in your research, please cite the following paper:

@inproceedings{eidos2020,
  title   = {{Eidos: An Open-Source Auditory Periphery Modeling Toolkit and
             Evaluation of Cross-Lingual Phonemic Contrasts}},
  author  = {Alexander Gutkin},
  booktitle = {Proc. of 1st Joint Spoken Language Technologies for Under-Resourced
               Languages (SLTU) and Collaboration and Computing for Under-Resourced
               Languages (CCURL) Workshop (SLTU-CCURL 2020)},
  pages   = {9--20},
  year    = {2020},
  month   = may,
  address = {Marseille, France},
  publisher = {European Language Resources Association (ELRA)},
  url = {https://aclanthology.org/2020.sltu-1.2/},
}

Please also cite the reference publications describing the particular algorithms from this collection that you use. These can be found in the respective model directories under third_party/audition/models.

Mandatory Disclaimer

This is not an officially supported Google product.

About

Collection of auditory models.

License:GNU General Public License v3.0


Languages

Language:C++ 79.6%Language:Starlark 12.1%Language:Python 6.3%Language:Shell 1.1%Language:Makefile 0.5%Language:C 0.4%