An open API service indexing awesome lists of open source software.

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++

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