example: add audio_music_stream
This commit is contained in:
parent
5004bb2316
commit
9882dd4ba1
3 changed files with 83 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue