-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA6.json
More file actions
38 lines (38 loc) · 889 Bytes
/
META6.json
File metadata and controls
38 lines (38 loc) · 889 Bytes
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
{
"tags": [
"audio",
"utils",
"convert"
],
"raku": "6.*",
"license": "Artistic-2.0",
"api": "1.0",
"version": "0.0.11",
"auth": "zef:jonathanstowe",
"support": {
"source": "https://github.com/jonathanstowe/Audio-Convert-Samplerate.git"
},
"authors": [
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
],
"provides": {
"Audio::Convert::Samplerate": "lib/Audio/Convert/Samplerate.rakumod"
},
"meta-version": "1",
"resources": [
],
"author": "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"source-url": "https://github.com/jonathanstowe/Audio-Convert-Samplerate.git",
"test-depends": [
"LibraryCheck",
"Audio::Sndfile",
"Test"
],
"build-depends": [
],
"depends": [
"NativeHelpers::Array"
],
"name": "Audio::Convert::Samplerate",
"description": "Convert the samplerate of PCM audio data using libsamplerate"
}