File size: 955 Bytes
b13a941
 
 
 
 
 
ab2dc02
 
 
27fa17f
ab2dc02
27fa17f
 
55fa57f
 
 
 
 
 
 
 
 
 
27fa17f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
tags:
- audacity
inference: false
---

# Labeler With Timestamps
## Being used for the `Audio Labeler` effect in Audacity

This is a audio labeler model which is used in Audacity's labeler effect. 

metadata: 
```
{
               "sample_rate": 48000, 
               "domain_tags": ["Music"], 
               "tags": ["Audio Labeler"], 
               "effect_type": "waveform-to-labels",  
               "multichannel": false, 
               "labels": ["Acoustic Guitar", "Auxiliary Percussion", "Brass", "Clean Electric Guitar", "Distorted Electric Guitar", "Double Bass", "Drum Set", "Electric Bass", "Flute", "piano", "Reeds", "Saxophone", "Strings", "Trumpet", "Voice"], 
               "short_description": "Use me to label some instruments!", 
               "long_description": "An audio labeler, which outputs label predictions and time ranges for the labels. This model can label various instruments listed in the labels section."
}
 ```