Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xigh/sdl2-audio-record-waveform
- Owner: xigh
- Created: 2024-12-12T07:31:26.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-12T07:36:15.000Z (22 days ago)
- Last Synced: 2024-12-12T08:28:09.102Z (22 days ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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