Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 219 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 219 Bytes

WAV Recorder

WAV file recorder for sndio

Usage

Compile the program:

make

Enable audio recording:

sysctl kern.audio.record=1

Run the program:

./main

The output file will be in 'test.wav'