Skip to content

Instantly share code, notes, and snippets.

View maxmbed's full-sized avatar
🌶️

Maxime maxmbed

🌶️
View GitHub Profile
@ghedo
ghedo / sound_playback.c
Last active February 19, 2025 06:12
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: