Skip to content

Commit bf4beff

Browse files
committed
feat: support aiff files
1 parent 7796b2d commit bf4beff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LibSndFile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using Printf: @printf
1010
using LinearAlgebra: transpose!
1111
using libsndfile_jll: libsndfile
1212

13-
const supported_formats = (format"WAV", format"FLAC", format"OGG")
13+
const supported_formats = (format"WAV", format"FLAC", format"OGG", format"AIFF")
1414

1515
include("libsndfile_h.jl")
1616
include("lengthIO.jl")

0 commit comments

Comments
 (0)