libsndfile cant open mp3s
This commit is contained in:
parent
1c6ef1d4d5
commit
c8b5327634
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
zig-cache/
|
||||
*.mp3
|
||||
*.wav
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
load :0;
|
||||
embed 3 1 ./file.mp3
|
||||
embed 3 1 ./file.wav;
|
||||
quicksave;
|
||||
|
|
Loading…
Reference in a new issue