Commit d8d8a3fb authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

update link to patch for networkSimulator_g192

parent a3db971f
Loading
Loading
Loading
Loading
Loading
+18 −15
Original line number Diff line number Diff line

Necessary additional executables:

| Processing step                                                  | Executable            | Where to find                                                                                               |
|-------------------------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------|
| ---------------------------------------------------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------- |
| Loudness measurement and adjustment                              | bs1770demo            | https://github.com/ErikNorvell-Ericsson/STL (Note branch)                                                   |
| MNRU                                                             | p50fbmnru             | https://github.com/openitu/STL                                                                              |
| ESDRU                                                            | esdru                 | https://github.com/openitu/STL                                                                              |
@@ -10,8 +9,12 @@ Necessary additional executables:
| Reverberation module                                             | reverb                | https://github.com/openitu/STL                                                                              |
| 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!) |
| Filtering, Resampling                                            | filter                | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| Random offset/seed generation (necessary for background noise and FER bitstream processing)   | random                | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| JBM network simulator                           | networkSimulator_g192 | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| Random offset/seed generation [^1]                               | random                | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| JBM network simulator [^2]                                       | networkSimulator_g192 | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip                                       |
| Patch to MAX_FRAME_SIZE for JBM network simulator from above     | networkSimulator_g192 | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_123-e/Docs/S4-230604.zip                                    |
| MASA rendering (also used in loudness measurement of MASA items) | masaRenderer          | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip                               |
| EVS reference conditions                                         | EVS_cod, EVS_dec      | https://www.3gpp.org/ftp/Specs/archive/26_series/26.443/26443-h00.zip                                       |
| EVS JBM conditions                                               | dlyerr_2_errpat       | http://ftp.3gpp.org/tsg_sa/WG4_CODEC/TSGS4_70/Docs/S4-121077.zip                                            |

[^1]: necessary for background noise and FER bitstream processing
[^2]: requires manual patching