Commit 0533226b authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

update link for gen-patt

parent 363db6ef
Loading
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -11,18 +11,17 @@
| EVS reference conditions (floating-point)    | `EVS_cod`, `EVS_dec`       | [3GPP 26.443](https://www.3gpp.org/ftp/Specs/archive/26_series/26.443/26443-h00.zip)       |
| EVS reference conditions (fixed-point)       | `EVS_cod_fx`, `EVS_dec_fx` | [3GPP 26.452](https://www.3gpp.org/ftp/Specs/archive/26_series/26.452/26452-i00.zip)       |
| Filtering, Resampling                        | `filter`                   | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip)    |
| Error pattern generation                     | `gen-patt`                 | [ITU-T G.191](https://www.itu.int/rec/T-REC-G.191-201003-S/en) :warning: [^1]              |
| MASA rendering and loudness measurement [^2] | `IVAS_rend`                | [IVAS Codec](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec)                          |
| Error pattern generation                     | `gen-patt`                 | [openitu/STL](https://github.com/openitu/STL)                                              |
| MASA rendering and loudness measurement [^1] | `IVAS_rend`                | [IVAS Codec](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec)                          |
| MASA format creation                         | `masaAnalyzer`             | [Nokia MASA tools](https://github.com/Nokia-Bell-Labs/MASA_tools_for_IVAS)                 |
| JBM network simulator [^3]                   | `networkSimulator_g192`    | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip)    |
| JBM network simulator [^2]                   | `networkSimulator_g192`    | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip)    |
| JBM network simulator patch                  | `networkSimulator_g192`    | [3GPP S4-230604](https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_123-e/Docs/S4-230604.zip) |
| MNRU                                         | `p50fbmnru`                | [openitu/STL](https://github.com/openitu/STL)                                              |
| Random offset/seed generation [^4]           | `random`                   | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip)    |
| Random offset/seed generation [^3]           | `random`                   | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip)    |
| Reverberation module                         | `reverb`                   | [openitu/STL](https://github.com/openitu/STL)                                              |

[^1]: :warning: version in STL is buggy!
[^2]: formerly required masaRenderer (now deprecated: https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip)
[^3]: requires manual patching
[^4]: necessary for background noise and FER bitstream processing
[^1]: formerly required masaRenderer (now deprecated: https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip)
[^2]: requires manual patching
[^3]: necessary for background noise and FER bitstream processing

<!-- END:TOOLS_TABLE -->