Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 563 Bytes

Playing a Sound with ALSA

An introduction to sound playback programming using ALSA.

Check out the accompanying blog post for a more in-depth explanation.

Dependencies

Quickstart

$ ./build.sh
$ ./playback --raw skyhigh.raw --fade 3000

References