Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pprablanc/cpsrt
https://github.com/pprablanc/cpsrt
c pitch pitch-shift python-algorithms real-time signal-processing speech-processing voice
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pprablanc/cpsrt
- Owner: pprablanc
- License: mit
- Created: 2020-11-12T18:25:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T00:10:32.000Z (about 4 years ago)
- Last Synced: 2024-08-03T02:09:00.448Z (4 months ago)
- Topics: c, pitch, pitch-shift, python-algorithms, real-time, signal-processing, speech-processing, voice
- Language: C
- Homepage:
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - cpsrt - (C)
README
# C-pitch-shifting-RT
This C code allows one to modify the pitch of the voice. It's an old code that would need some debugging (especially for the cracky sound), improvement and a decent command line interface at least.
## Requirements
- gcc
- libjack-dev
- libasound2-dev## How to use
Just launch the binary file "pitch_shifting" in the commandline. If error occurs, try to set up your audio output configuration.
## Building from source
To build the code from source, in the command line in the main directory:
```
make
```