add audio generate and audio example

This commit is contained in:
2025-08-31 12:02:29 +03:00
parent e217920fe8
commit 7832b2095b
9 changed files with 99 additions and 12 deletions

View File

@@ -31,6 +31,7 @@ args = []
inc = []
deps = [
dependency('uuid'),
dependency('sndfile'),
dependency('portaudio-2.0', required: true)
]