Commit 04bd0369 authored by multrus's avatar multrus
Browse files

update info on executables

parent 09920fb7
Loading
Loading
Loading
Loading
Loading
+15 −8
Original line number Diff line number Diff line

Necessary binaries/executables:
- ITU tools: https://github.com/openitu/STL (deprecated filter function) or https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip
    - bs1770demo    used for loudness measurement and adjustment
    - filter        used for 50Hz high-pass filtering, 3.5kHz and 7kHz low-pass filtering and resampling
	- esdru         used for ESDRU condition
	- p50fbmnru     used for MNRU condition
- MASA tools: https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip
    - masaRenderer  used for rendering of MASA signals to binaural, 7.1+4 and 5.1 format (Attention: some files have to be in the same directory as the renderer)
Necessary additional executables:

| processing step                 | Executable            | Where to find                                                                                               |
|---------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------|
| LP filtering                    | filter                | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| HP filtering                    | filter                | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| Resampling                      | filter                | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| Loudness adjustment             | bs1770demo            | https://github.com/openitu/STL                                                                              |
| MNRU                            | p50fbmnru             | https://github.com/openitu/STL                                                                              |
| ESDRU                           | esdru                 | https://github.com/openitu/STL                                                                              |
| MASA rendering                  | masaRenderer          | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip                               |
| Frame error pattern generation  | gen-patt              | https://www.itu.int/rec/T-REC-G.191-201003-S/en (Note: Version in https://github.com/openitu/STL is buggy!) |
| Frame error pattern application | eid-xor               | https://github.com/openitu/STL                                                                              |
| Random offset/seed generation   | random                | https://github.com/openitu/STL                                                                              |
| JBM network similulator         | networkSimulator_g192 | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |