Implement SOUND, BEEP, and PLAY with PulseAudio backend

This commit is contained in:
Eremey Valetov
2026-02-15 16:14:36 -05:00
parent 9ca23e5d10
commit 169f16d465
9 changed files with 381 additions and 6 deletions
+3
View File
@@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y libpulse-dev
- name: Build
run: |
mkdir build