From 463b4e8be7cd7b9c9849f6ea91b3ef3786bcd4c3 Mon Sep 17 00:00:00 2001 From: Treffehn Date: Thu, 27 Apr 2023 17:52:42 +0200 Subject: [PATCH 1/2] added info in readme --- README.md | 27 +++++++++++++------------- ivas_processing_scripts/bin/README.txt | 22 ++++++++++----------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index d3635cca..c7784a46 100755 --- a/README.md +++ b/README.md @@ -507,19 +507,20 @@ The processing chain is as follows: The following additional executables are needed for the different processing steps: -| Processing step | Executable | Where to find | -|---------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------| -| Loudness adjustment | bs1770demo | https://github.com/openitu/STL | -| MNRU | p50fbmnru | https://github.com/openitu/STL | -| ESDRU | esdru | https://github.com/openitu/STL | -| Frame error pattern application | eid-xor | 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 | 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 | -| 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. +| Processing step | Executable | Where to find | +|-------------------------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------| +| Loudness measurement and adjustment | bs1770demo | https://github.com/openitu/STL | +| MNRU | p50fbmnru | https://github.com/openitu/STL | +| ESDRU | esdru | https://github.com/openitu/STL | +| Frame error pattern application | eid-xor | 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 | +| 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 | + +The necessary binaries have to be either placed in the [ivas_processing_scripts/bin](./ivas_processing_scripts/bin) folder or the path has to be specified in +[ivas_processing_scripts/binary_paths.yml](./ivas_processing_scripts/binary_paths.yml). For most of the tools it is sufficient to copy the binaries while it is necessary to add some additional files for the MASA renderer. --- diff --git a/ivas_processing_scripts/bin/README.txt b/ivas_processing_scripts/bin/README.txt index f8fe6ac0..19519057 100755 --- a/ivas_processing_scripts/bin/README.txt +++ b/ivas_processing_scripts/bin/README.txt @@ -1,14 +1,14 @@ Necessary additional executables: -| Processing step | Executable | Where to find | -|---------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------| -| Loudness adjustment | bs1770demo | https://github.com/openitu/STL | -| MNRU | p50fbmnru | https://github.com/openitu/STL | -| ESDRU | esdru | https://github.com/openitu/STL | -| Frame error pattern application | eid-xor | 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 | 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 | -| MASA rendering | masaRenderer | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip | +| Processing step | Executable | Where to find | +|-------------------------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------| +| Loudness measurement and adjustment | bs1770demo | https://github.com/openitu/STL | +| MNRU | p50fbmnru | https://github.com/openitu/STL | +| ESDRU | esdru | https://github.com/openitu/STL | +| Frame error pattern application | eid-xor | 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 | +| 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 | -- GitLab From cefdc138d6a41530fbe9adaa75f9d445db52b5f5 Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Thu, 27 Apr 2023 22:27:18 +0200 Subject: [PATCH 2/2] clarify description for addition MASA renderer files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7784a46..07f1e541 100755 --- a/README.md +++ b/README.md @@ -521,7 +521,7 @@ The following additional executables are needed for the different processing ste The necessary binaries have to be either placed in the [ivas_processing_scripts/bin](./ivas_processing_scripts/bin) folder or the path has to be specified in [ivas_processing_scripts/binary_paths.yml](./ivas_processing_scripts/binary_paths.yml). -For most of the tools it is sufficient to copy the binaries while it is necessary to add some additional files for the MASA renderer. +For most of the tools it is sufficient to copy the binaries while it is necessary to add the associated *.bin files for the MASA renderer. --- -- GitLab