Update sndfile.jl
This commit is contained in:
parent
e87ef290a2
commit
2c4b21940c
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ const SF_SEEK_SET = 0
|
||||||
const SF_SEEK_CUR = 1
|
const SF_SEEK_CUR = 1
|
||||||
const SF_SEEK_END = 2
|
const SF_SEEK_END = 2
|
||||||
|
|
||||||
const EXT_TO_FORMAT = [
|
@compat const EXT_TO_FORMAT = (
|
||||||
".wav" => SF_FORMAT_WAV,
|
".wav" => SF_FORMAT_WAV,
|
||||||
".flac" => SF_FORMAT_FLAC
|
".flac" => SF_FORMAT_FLAC
|
||||||
]
|
)
|
||||||
|
|
||||||
type SF_INFO
|
type SF_INFO
|
||||||
frames::Int64
|
frames::Int64
|
||||||
|
|
Loading…
Reference in a new issue