All Projects → google → eidos-audition

google / eidos-audition

Licence: GPL-3.0 license
Collection of auditory models.

Programming Languages

C++
36643 projects - #6 most used programming language
Starlark
911 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to eidos-audition

Shifter
Pitch shifter using WSOLA and resampling implemented by Python3
Stars: ✭ 22 (-12%)
Mutual labels:  signal-processing, speech
icassp2019-latex-template
ICASSP 2019 official Latex template
Stars: ✭ 21 (-16%)
Mutual labels:  signal-processing, speech
Speech Feature Extraction
Feature extraction of speech signal is the initial stage of any speech recognition system.
Stars: ✭ 78 (+212%)
Mutual labels:  signal-processing, speech
Audio Signal Processing
Audio or speech signal processing guide.
Stars: ✭ 45 (+80%)
Mutual labels:  signal-processing, speech
hic
Analysis of Chromosome Conformation Capture data (Hi-C)
Stars: ✭ 45 (+80%)
Mutual labels:  pipeline
Pyllusion
A Parametric Framework to Generate Visual Illusions using Python
Stars: ✭ 35 (+40%)
Mutual labels:  perception
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+276%)
Mutual labels:  pipeline
torchsubband
Pytorch implementation of subband decomposition
Stars: ✭ 63 (+152%)
Mutual labels:  signal-processing
dspfun
Set of *nix utilities for experimentation and learning about spectral analysis of images
Stars: ✭ 21 (-16%)
Mutual labels:  signal-processing
XProc-Z
A platform for running XProc pipelines as web applications in a Java servlet container
Stars: ✭ 20 (-20%)
Mutual labels:  pipeline
pipeline
Pipelines using goroutines
Stars: ✭ 46 (+84%)
Mutual labels:  pipeline
pyRiemann
Python machine learning package based on sklearn API for multivariate data processing and statistical analysis of symmetric positive definite matrices via Riemannian geometry
Stars: ✭ 470 (+1780%)
Mutual labels:  signal-processing
ewtpy
Empirical wavelet transform (EWT) in Python
Stars: ✭ 52 (+108%)
Mutual labels:  signal-processing
wv
⏰ This R package provides the tools to perform standard and robust wavelet variance analysis for time series (signal processing). Among others, aside from computing the wavelet variance and cross-covariance (classic and robust), the package provides inference tools (e.g. confidence intervals) and plotting tools allowing to perform some visual an…
Stars: ✭ 14 (-44%)
Mutual labels:  signal-processing
cape
Continuous Augmented Positional Embeddings (CAPE) implementation for PyTorch
Stars: ✭ 29 (+16%)
Mutual labels:  speech
ventib
📈 Ventib records your voice, transcribes it in realtime, and performs speech pattern analysis to give you objective statistics about how you speak.
Stars: ✭ 43 (+72%)
Mutual labels:  speech
ember-pipeline
Railway oriented programming in Ember
Stars: ✭ 17 (-32%)
Mutual labels:  pipeline
ASR-Audio-Data-Links
A list of publically available audio data that anyone can download for ASR or other speech activities
Stars: ✭ 179 (+616%)
Mutual labels:  speech
functions
An Open Source Serverless Platform
Stars: ✭ 44 (+76%)
Mutual labels:  pipeline
gr-eventstream
gr-eventstream is a set of GNU Radio blocks for creating precisely timed events and either inserting them into, or extracting them from normal data-streams precisely. It allows for the definition of high speed time-synchronous c++ burst event handlers, as well as bridging to standard GNU Radio Async PDU messages with precise timing easily.
Stars: ✭ 38 (+52%)
Mutual labels:  signal-processing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].