You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@ scons --help
21
21
```
22
22
23
23
24
+
## Test
25
+
26
+
C++ tests, based on [GTest](https://github.com/google/googletest) framework, are used to check the loudness analysis with the EBU test material.
27
+
28
+
#### Run tests
29
+
```
30
+
scons test
31
+
```
32
+
33
+
24
34
## Dependencies
25
35
26
36
#### Libraries
@@ -54,7 +64,7 @@ To analyse and correct given audio files.
54
64
Simple GUI to analyse and correct given audio files.
55
65
56
66
*__loudness-media-analyser__
57
-
*External dependencies to [avtranscoder](https://github.com/avTranscoder/avTranscoder).*
67
+
*External dependencies to [avtranscoder](https://github.com/avTranscoder/avTranscoder) v0.9.2 or upper.*
0 commit comments