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

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.

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