Skip to content

Instantly share code, notes, and snippets.

View TriForceX's full-sized avatar
🍕
Pizza Time!

TriForce TriForceX

🍕
Pizza Time!
View GitHub Profile
@TriForceX
TriForceX / sound_playback.c
Last active August 19, 2024 05:09 — forked from ghedo/sound_playback.c
Simple sound playback using ALSA API and libasound
/*
* Simple sound playback using ALSA API and libasound.
*
* Compile:
* $ cc -o play sound_playback.c -lasound
*
* Usage:
* $ ./play <sample_rate> <channels> <seconds> < <file>
*
* Examples: