All Projects → aishoot → Audio_Signal_Processing

aishoot / Audio_Signal_Processing

Licence: other
Audio or speech signal processing guide.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Audio Signal Processing

RpiANC
Active Noise Control on Raspberry Pi
Stars: ✭ 49 (+8.89%)
Mutual labels:  signal-processing, digital-signal-processing
DTMF-Decoder
A Java program to implement a DMTF Decoder.
Stars: ✭ 28 (-37.78%)
Mutual labels:  signal-processing, digital-signal-processing
ttslearn
ttslearn: Library for Pythonで学ぶ音声合成 (Text-to-speech with Python)
Stars: ✭ 158 (+251.11%)
Mutual labels:  speech, digital-signal-processing
Shifter
Pitch shifter using WSOLA and resampling implemented by Python3
Stars: ✭ 22 (-51.11%)
Mutual labels:  signal-processing, speech
eidos-audition
Collection of auditory models.
Stars: ✭ 25 (-44.44%)
Mutual labels:  signal-processing, speech
dspfun
Set of *nix utilities for experimentation and learning about spectral analysis of images
Stars: ✭ 21 (-53.33%)
Mutual labels:  signal-processing, digital-signal-processing
RTspice
A real-time netlist based audio circuit plugin
Stars: ✭ 51 (+13.33%)
Mutual labels:  signal-processing, digital-signal-processing
icassp2019-latex-template
ICASSP 2019 official Latex template
Stars: ✭ 21 (-53.33%)
Mutual labels:  signal-processing, speech
computer-vision-notebooks
👁️ An authorial set of fundamental Python recipes on Computer Vision and Digital Image Processing.
Stars: ✭ 89 (+97.78%)
Mutual labels:  signal-processing, digital-signal-processing
Speech Feature Extraction
Feature extraction of speech signal is the initial stage of any speech recognition system.
Stars: ✭ 78 (+73.33%)
Mutual labels:  signal-processing, speech
VAD-LTSD
Efficient voice activity detection algorithm using long-term speech information
Stars: ✭ 37 (-17.78%)
Mutual labels:  speech
oscimpDigital
OscillatorIMP ecosystem for the digital characterization of ultrastable oscillators and Software Defined Radio (SDR) frontend processing
Stars: ✭ 41 (-8.89%)
Mutual labels:  digital-signal-processing
antropy
AntroPy: entropy and complexity of (EEG) time-series in Python
Stars: ✭ 111 (+146.67%)
Mutual labels:  signal-processing
dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 643 (+1328.89%)
Mutual labels:  digital-signal-processing
qEEG feature set
NEURAL: a neonatal EEG feature set in Matlab
Stars: ✭ 29 (-35.56%)
Mutual labels:  signal-processing
gtranscribe
Software for interview transcription
Stars: ✭ 12 (-73.33%)
Mutual labels:  speech
FftSharp
A .NET Standard library for computing the Fast Fourier Transform (FFT) of real or complex data
Stars: ✭ 132 (+193.33%)
Mutual labels:  signal-processing
datasets
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
Stars: ✭ 13,870 (+30722.22%)
Mutual labels:  speech
JD-NMF
Joint Dictionary Learning-based Non-Negative Matrix Factorization for Voice Conversion (TBME 2016)
Stars: ✭ 20 (-55.56%)
Mutual labels:  speech
bispy
BiSPy : a python framework for signal processing of bivariate signals
Stars: ✭ 19 (-57.78%)
Mutual labels:  signal-processing

Audio Signal Processing

Speech or audio signal processing guide.

File Description

  • 01-Introduction: The introduction of this study project.

  • 02-PythonLibs: Libraries for manipulating audio. Python for Scientific Audio.

    • audiolazy - Expressive Digital Signal Processing (DSP) package for Python.
    • audioread - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
    • beets - A music library manager and MusicBrainz tagger.
    • dejavu - Audio fingerprinting and recognition.
    • django-elastic-transcoder - Django + Amazon Elastic Transcoder.
    • eyeD3 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
    • id3reader - A Python module for reading MP3 meta data.
    • m3u8 - A module for parsing m3u8 file.
    • mingus - An advanced music theory and notation package with MIDI file and playback support.
    • mutagen - A Python module to handle audio metadata.
    • pyAudioAnalysis - Feature Extraction, Classification, Segmentation and Applications (Python2).
    • pyAudioAnalysis3: Python3 version of pyAudioAnalysis
    • pydub - Manipulate audio with a simple and easy high level interface.
    • pyechonest - Python client for the Echo Nest API.
    • talkbox - A Python library for speech/signal processing.
    • TimeSide - Open web audio processing framework.
    • tinytag - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
    • AudioPython - An audio module for Python that is included in VetoLC.
    • Python Audio Tools
    • python-acoustics - A Python library aimed at acousticians.
  • 03-Detect: Check whether the audio is a wav file, whether it is a double channel, whether the sampling rate is 44.1KHz, and calculate all the audio time length.

  • 04-RealTimeProcessing: real time signal processing using pyAudio stream.

  • 05-GriffinLim: Griffin-Lim algorithm that is used to estimate a signal implement using Librosa.

References

More code will be uploaded soon!

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].