zkeown commited on
Commit
687ab31
·
verified ·
1 Parent(s): 868a1b7

Add SCNet_Base_metadata.json

Browse files
Files changed (1) hide show
  1. v1.0.0/SCNet_Base_metadata.json +24 -0
v1.0.0/SCNet_Base_metadata.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "variant": "base",
3
+ "precision": "float32",
4
+ "n_sources": 4,
5
+ "sources": [
6
+ "drums",
7
+ "bass",
8
+ "other",
9
+ "vocals"
10
+ ],
11
+ "frequency_bins": 2049,
12
+ "time_frames": 476,
13
+ "stft": {
14
+ "n_fft": 4096,
15
+ "hop_length": 1024,
16
+ "win_length": 4096,
17
+ "center": true,
18
+ "normalized": true
19
+ },
20
+ "input_channels": 4,
21
+ "output_channels": 16,
22
+ "chunk_samples": 485100,
23
+ "sample_rate": 44100
24
+ }