example: add audio_music_stream

This commit is contained in:
Frost-Phoenix 2025-02-04 19:38:52 +01:00 committed by Nikolas
parent 5004bb2316
commit 9882dd4ba1
3 changed files with 83 additions and 0 deletions

View file

@ -202,6 +202,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/audio/raw_stream.zig",
.desc = "Plays a sine wave",
},
.{
.name = "music_stream",
.path = "examples/audio/music_stream.zig",
.desc = "Use music stream to play an audio file",
},
.{
.name = "basic_screen_manager",
.path = "examples/core/basic_screen_manager.zig",