Skip to content

Commit 97acc32

Browse files
committed
Merge pull request #59 from staticfloat/sf/wavfix
Use `WAV.jl` for `.wav` files
2 parents e10242d + 02c5fca commit 97acc32

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)