-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathci.yaml
More file actions
64 lines (64 loc) · 1.66 KB
/
ci.yaml
File metadata and controls
64 lines (64 loc) · 1.66 KB
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
integration_tests:
- time: 2
graph: resources/sine-bpf.json
audio: 253b8e6458fbe5a46ed18d114e6e1f60.flac
error: 0.01
render_time: 0.0
- time: 6
graph: resources/compress-sine.json
audio: 2a83716e9bfabca2e22c10bdc8f9780a.flac
error: 0.01
render_time: 0.0
- time: 6
graph: resources/compress-expand-sine.json
audio: 7ca6385ed2e09e89691d10cb683748dd.flac
error: 0.01
render_time: 0.0
- time: 6
graph: resources/compand-sine.json
audio: 8a30808c97573e87f4bccbafbc71a2cc.flac
error: 0.01
render_time: 0.0
- time: 8
graph: resources/compress-mb.json
audio: b458ac690dc515a160b9c24481cd592e.flac
error: 0.01
render_time: 0.0
- time: 25
graph: resources/ogg-graph.json
audio: a95d4efdea46762fa5fc525e9ee181f0.flac
error: 0.01
render_time: 0.0
- graph: resources/ogg-loop-4x.json
time: 30
audio: 5d2d42c9e3baec1a5605ceb947c9a028.flac
error: 0.01
render_time: 0.0
- time: 5
graph: resources/sidechain-sine.json
audio: e8256968a885259b4516eef2e0b095b0.flac
error: 0.01
render_time: 0.0
- time: 5
graph: resources/sidechain-sine-delayed-sidechain.json
audio: 90e05f78e8ff35739443d0c926bde602.flac
error: 0.01
render_time: 0.0
- time: 5
graph: resources/scripting.json
audio: 2478c8c11b7a1eff5f401393a1a4bf5f.flac
error: 0.01
render_time: 0.0
static_analyzer_exceptions:
- source/plugins/waa/AudioArray.h
unit_tests:
- NFSmartPlayerTests
- NFSmartPlayerObjCTests
- ChannelPluginTests
- CompressorPluginTests
- EQPluginTests
- NoisePluginTests
- PluginUtilTests
- TimePluginTests
- WAAPluginTests
- WavePluginTests