add embed example script
This commit is contained in:
parent
612421f7b6
commit
2d64eaa3ef
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
zig-cache/
|
||||
*.mp3
|
||||
|
|
3
examples/embed.scri
Normal file
3
examples/embed.scri
Normal file
|
@ -0,0 +1,3 @@
|
|||
load :0;
|
||||
embed 3 1 ./file.mp3
|
||||
quicksave;
|
Loading…
Reference in a new issue