libsndfile cant open mp3s

This commit is contained in:
Luna 2019-10-22 19:09:05 -03:00
parent 1c6ef1d4d5
commit c8b5327634
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
zig-cache/ zig-cache/
*.mp3 *.mp3
*.wav

View File

@ -1,3 +1,3 @@
load :0; load :0;
embed 3 1 ./file.mp3 embed 3 1 ./file.wav;
quicksave; quicksave;