Commit 937f1cad authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

add info about reverb tool to README

parent 6609487a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ Necessary additional executables:
| 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                                                                              |
| 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                                       |
+3 −1
Original line number Diff line number Diff line
@@ -28,3 +28,5 @@
# networkSimulator_g192: "path/to/binary/networkSimulator_g192"
# ### Binary for MASA rendering 
# masaRenderer: "path/to/binary/masaRenderer"
# ### Binary for reverberation
# reverb: "path/to/binary/reverb"