examples: Print a description of the program to the console on startup.

This commit is contained in:
Ryan C. Gordon
2024-07-30 12:22:39 -04:00
parent a6407e88da
commit 6a25e94472
11 changed files with 38 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
If you're running this in a web browser, you need to click the window before you'll hear anything!
This example code creates an simple audio stream for playing sound, and
loads a .wav file that is pushed through the stream in a loop.