https://github.com/swapnilkumbhar/dsp-project
Digital Signal Processing mini project: Autotune
https://github.com/swapnilkumbhar/dsp-project
digital-signal-processing librosa pitch-correction
Last synced: about 1 year ago
JSON representation
Digital Signal Processing mini project: Autotune
- Host: GitHub
- URL: https://github.com/swapnilkumbhar/dsp-project
- Owner: SwapnilKumbhar
- Created: 2017-10-18T05:24:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T18:31:30.000Z (over 8 years ago)
- Last Synced: 2025-04-20T22:32:32.589Z (about 1 year ago)
- Topics: digital-signal-processing, librosa, pitch-correction
- Language: Python
- Size: 9.77 KB
- Stars: 19
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This is a mini project for Digital Signal Processing. It is an implementation of a Pitch Correction software like Autotune.
# Dependencies
* librosa
* numpy
* python3