forked from JuliaDSP/MFCC.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
39 lines (35 loc) · 1.03 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name = "MFCC"
uuid = "ca7b5df7-6146-5dcc-89ec-36256279a339"
authors = ["David van Leeuwen"]
version = "0.3.6"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WAV = "8149f6b0-98f6-5db9-b78f-408fbbb8ef88"
[compat]
Compat = "3.44, 4"
DSP = "0.6, 0.7, 0.8"
Distributed = "1"
FFTW = "1"
FileIO = "1"
HDF5 = "0.15 - 0.17"
LinearAlgebra = "1"
Memoization = "0.2"
SpecialFunctions = "0.8 - 0.10, 1, 2"
Statistics = "1"
Test = "1"
WAV = "1"
julia = "1.6"
[extras]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[targets]
test = ["Statistics"]