Skip to content

Commit

Permalink
Merge pull request #34 from r9y9/drop0.5
Browse files Browse the repository at this point in the history
Drop v0.5
  • Loading branch information
r9y9 committed Jul 3, 2017
2 parents 267bd5c + 0ed850a commit 830c086
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- 0.5
- 0.6
- nightly
notifications:
email: false
Expand Down
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 0.5
julia 0.6
BinDeps
DocStringExtensions 0.2
FFTW
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
# - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
# - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
# - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"

Expand Down
8 changes: 4 additions & 4 deletions src/bridge.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ frequency analysis.
$(FIELDS)
"""
type DioOption
mutable struct DioOption
f0floor::Cdouble
f0ceil::Cdouble
channels_in_octave::Cdouble
Expand Down Expand Up @@ -52,7 +52,7 @@ frequency analysis.
$(FIELDS)
"""
type HarvestOption
mutable struct HarvestOption
f0floor::Cdouble
f0ceil::Cdouble
"frame period in ms"
Expand All @@ -79,7 +79,7 @@ CheapTrick options
$(FIELDS)
"""
type CheapTrickOption
mutable struct CheapTrickOption
q1::Cdouble
f0floor::Cdouble
fftsize::Cint
Expand All @@ -101,7 +101,7 @@ D4C options (nothing for now, but for future changes)
$(FIELDS)
"""
immutable D4COption
mutable struct D4COption
threshold::Cdouble
D4COption(threshold=0.85) = new(threshold)
end
Expand Down
2 changes: 2 additions & 0 deletions src/mcep.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## conversion between spectrum envelop and mel-cepstrum

using FFTW

# TODO(ryuichi) import from MelGeneralizedCepstrums or SPTK
# copied from r9y9/MelGeneralizedCepstrums.jl
function freqt!(wc::AbstractVector, c::AbstractVector, α;
Expand Down

0 comments on commit 830c086

Please sign in to comment.