Skip to content

Commit 02c5fca

Browse files
committed
Use WAV.jl for .wav files
1 parent e10242d commit 02c5fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function detectwav(io)
108108

109109
submagic == b"WAVE"
110110
end
111-
add_format(format"WAV", detectwav, "wav", [:FLAC])
111+
add_format(format"WAV", detectwav, ".wav", [:WAV])
112112
add_format(format"FLAC","fLaC",".flac",[:FLAC])
113113

114114

0 commit comments

Comments
 (0)