Skip to content

Commit

Permalink
Use WORLD v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jun 29, 2017
1 parent 0f7aa40 commit 267bd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using BinDeps

world = library_dependency("libworld", aliases=["libworld", "world-0"])

const version = "0.3.0"
const version = "0.3.1"

# TODO
if is_windows() && Sys.WORD_SIZE == 32
Expand Down
1 change: 1 addition & 0 deletions src/bridge.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type CheapTrickOption
(Cint, Ptr{CheapTrickOption},), fs, &p)
p.q1 = q1
p.f0floor = f0floor
p.fftsize = get_fftsize_for_cheaptrick(Int(fs), p)
p
end
end
Expand Down

0 comments on commit 267bd5c

Please sign in to comment.