-
Notifications
You must be signed in to change notification settings - Fork 0
/
alzabo.server.yaml
68 lines (68 loc) · 1.35 KB
/
alzabo.server.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
analysis:
ast_collection_prefix: ast
hops:
- 500
lengths:
- 500
- 1250
- 2500
scsynth_collection_prefix: scsynth
scsynth_indices:
- alias: null
features:
- r:f0:mean
- r:chroma
- r:mfcc:13
- r:rms:mean
- r:rms:std
pitched: true
- alias: chroma-z
features:
- r:chroma
- r:mfcc:13
- r:onsets
- r:rms:mean
pitched: false
api:
auth_enabled: false
auth_secret: change-me
key: null
url: http://api:8000/
application:
analyzer_class: alzabo.client.analyzer.OnlineScsynthAnalyzer
pattern_factory_class: alzabo.client.pattern_factory.PatternFactory
ast:
checkpoint_path: data/ast/audioset_model.pth
enabled: false
labels_path: data/ast/audioset_labels.csv
midi:
client_class: alzabo.client.midi_client.MidiClient
devices: {}
enabled: false
milvus:
url: http://milvus:19530/
monome:
arc: []
client_class: alzabo.client.monome_client.MonomeClient
enabled: false
open_telemetry:
enabled: false
redis:
url: redis://redis:6379/0
s3:
access_key_id: minioadmin
data_bucket: alzabo-ai-data
endpoint_url: http://minio:9000
secret_access_key: minioadmin
uploads_bucket: alzabo-ai-uploads
scsynth:
block_size: 256
enabled: true
executable: scsynth
input_bus: 8
input_count: 8
input_device: null
memory_size: 1048576
output_bus: 0
output_count: 8
output_device: null