From 6ad8fe902158f3fd6967f88a247a4ed68c3b4222 Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Sat, 22 Apr 2023 22:51:39 +0200 Subject: [PATCH] various typos in readmes --- README.md | 6 +++--- ivas_processing_scripts/bin/README.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5731507..d6fa9456 100755 --- a/README.md +++ b/README.md @@ -470,9 +470,9 @@ The processing chain is as follows: - The postprocessing stage performs a final conversion from the output of the previous stage if necessary and applies the specified processing --- -## ITU Tools +## Additional Executables -The following binaries/executables are needed for the different processing steps: +The following additional executables are needed for the different processing steps: | Processing step | Executable | Where to find | |---------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------| @@ -483,7 +483,7 @@ The following binaries/executables are needed for the different processing steps | 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 | random | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | -| JBM network similulator | networkSimulator_g192 | 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 | | MASA rendering | masaRenderer | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip | The necessary binaries have to be placed in the [ivas_processing_scripts/bin](./ivas_processing_scripts/bin) folder. diff --git a/ivas_processing_scripts/bin/README.txt b/ivas_processing_scripts/bin/README.txt index 2bbdd44f..f8fe6ac0 100755 --- a/ivas_processing_scripts/bin/README.txt +++ b/ivas_processing_scripts/bin/README.txt @@ -10,5 +10,5 @@ Necessary additional executables: | 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 | random | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | -| JBM network similulator | networkSimulator_g192 | 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 | | MASA rendering | masaRenderer | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip | -- GitLab