play-manual-square-wave-instead-of-file (#2)

Remove dependency on external raw audio file.\
Play manual square wave instead.

Reviewed-on: #2
Co-authored-by: bjoernf <[email protected]>
Co-committed-by: bjoernf <[email protected]>
This commit was merged in pull request #2.
This commit is contained in:
2025-11-15 16:48:16 +01:00
committed by bjoernf
parent 132a7c0788
commit 671f503a41
8 changed files with 101 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY:all
all:
gcc -Wall *.c -lpulse-simple
gcc -Wall *.c -lpulse-simple -lpulse
.PHONY:run
run: