https://github.com/monhi/pitchshifter
a simple program to change the pitch of input audio to make funny output sound.
https://github.com/monhi/pitchshifter
audio cplusplus mfc pitch-shifter real-time
Last synced: about 1 year ago
JSON representation
a simple program to change the pitch of input audio to make funny output sound.
- Host: GitHub
- URL: https://github.com/monhi/pitchshifter
- Owner: monhi
- License: gpl-3.0
- Created: 2021-05-02T16:01:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T16:05:28.000Z (about 5 years ago)
- Last Synced: 2025-04-06T20:46:23.173Z (over 1 year ago)
- Topics: audio, cplusplus, mfc, pitch-shifter, real-time
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
"# PitchShifter"
This is a simple program that captures audio from microphone and shifts the pitch of the audio.
It was developed to see how Pitch shifting algorithms work.
I hope you enjoy using it.
It was developed by using MSVC 2013.
MFC is added to have a good user interface.