Update sndfile.jl

This commit is contained in:
Bill 2015-11-03 09:50:42 -10:00
parent e87ef290a2
commit 2c4b21940c

View file

@ -16,10 +16,10 @@ const SF_SEEK_SET = 0
const SF_SEEK_CUR = 1
const SF_SEEK_END = 2
const EXT_TO_FORMAT = [
@compat const EXT_TO_FORMAT = (
".wav" => SF_FORMAT_WAV,
".flac" => SF_FORMAT_FLAC
]
)
type SF_INFO
frames::Int64