We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7796b2d commit bf4beffCopy full SHA for bf4beff
1 file changed
src/LibSndFile.jl
@@ -10,7 +10,7 @@ using Printf: @printf
10
using LinearAlgebra: transpose!
11
using libsndfile_jll: libsndfile
12
13
-const supported_formats = (format"WAV", format"FLAC", format"OGG")
+const supported_formats = (format"WAV", format"FLAC", format"OGG", format"AIFF")
14
15
include("libsndfile_h.jl")
16
include("lengthIO.jl")
0 commit comments