-
Notifications
You must be signed in to change notification settings - Fork 182
Home
Fabian-Robert Stöter edited this page Nov 20, 2016
·
35 revisions
pip install soundfile
pip install numpy- Atom + Plugins
- [Spyder]
- [pyCharm]
- [Eclipse]
- Python Data Science Handbook Excellent Book, look for the Tutorial notebooks
- [http://www.scipy-lectures.org/index.html](Deep Introduction to Numpy and Scipy)
Do not use scipy.io.wavfile, because it doesn't scale the data to [0, 1] also it doesn't
- https://github.com/spatialaudio/selected-topics-in-audio-signal-processing-exercises
- [Sound Field Synthesis Toolbox](Sound Field Synthesis Toolbox for Python)
- BrianHears, Auditory Models
- FFT (use scipy.fftpack.fft instead of np.fft)
- pyFFTW3
- pyAV
- Audioread general purpose audio decoder
- NSGT
- MDCT
- STFT
- Gammatone
- Loudness
- (Py)Soundfile
- (Py)Soundcard
- python-sounddevice = another portaudio wrapper
- PyRubberband
- Resampy
- https://github.com/stitchfix/NTFLib
- librosa
- Madmom
- essentia
- VamPy Host
- NUSSL
- Scikit-LEarn
- Keras
- mir_eval
- pyAudioAnalysis Feature Extraction + Classification
- pyYAAFE Python bindings for YAAFE
- PYO C++ lib with python bindings for realtime audio (like supercollider)
- dsdtools
- commonfate
- beta_ntf
- matplotlib
- seaborn
- bokeh
- Statsmodels
- Scipy.stats
- Numba
- CFFI
- PyCUDA (FFT)