Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xigh/sdl2-audio-record-waveform


https://github.com/xigh/sdl2-audio-record-waveform

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Audio recorder written in C, using SDL2

![image](./record.png)

cc -I /opt/homebrew/include/ -o record/record record/record.c -L /opt/homebrew/lib -lSDL2