https://github.com/avicted/c_synth
Actually a basic tone, melody generator.
https://github.com/avicted/c_synth
Last synced: 11 months ago
JSON representation
Actually a basic tone, melody generator.
- Host: GitHub
- URL: https://github.com/avicted/c_synth
- Owner: Avicted
- License: mit
- Created: 2025-01-01T18:26:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T13:42:36.000Z (about 1 year ago)
- Last Synced: 2025-05-15T14:43:32.960Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tone generator in C
With portaudio.h. Just a simple example.
## Pre-requisites
```bash
sudo pacman -S portaudio
```
## Build and run
```bash
make run
```
VSCode Ctrl+F5 to debug
## License
MIT License