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

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


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

Last synced: about 2 months 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