https://github.com/basilysf1709/pitch-shifter
audio pitch shifter in c++
https://github.com/basilysf1709/pitch-shifter
audio codec cpp
Last synced: 5 months ago
JSON representation
audio pitch shifter in c++
- Host: GitHub
- URL: https://github.com/basilysf1709/pitch-shifter
- Owner: basilysf1709
- Archived: true
- Created: 2024-04-30T21:50:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T22:24:44.000Z (over 1 year ago)
- Last Synced: 2025-03-12T05:18:28.515Z (7 months ago)
- Topics: audio, codec, cpp
- Language: C++
- Homepage: https://github.com/basilysf1709/pitch-shifter
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To Compile
- g++ -o noise_removal noise_removal.cpp -lavformat -lavcodec -lavutil -lswresample -lspeexdsp
## To Run
- ./noise_removal input.mp3 output.mp3