Commit d7282b92 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Updates reflecting the discussion on issue #196

parent 4b27b36a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -356,11 +356,11 @@ items for encoding the selected modes.

Example for checking BE between some local code and the trunk for SBA modes and binaural output formats
```
./testBitexact.py -p user_linux -C SBA --oc BINAURAL BINAURAL_ROOM -srcdirtest /some/local/src/dir/ -srcdirref /home/user/ivas/automated_tests/ --svnref https://INSERT_SVN_REPO/trunk/ --svnuser user --srin 48 --srout 48
./testBitexact.py -p user_linux -C SBA --oc BINAURAL BINAURAL_ROOM_IR -srcdirtest /some/local/src/dir/ -srcdirref /home/user/ivas/automated_tests/ --svnref https://INSERT_SVN_REPO/trunk/ --svnuser user --srin 48 --srout 48
```
Example for checking BE between the head of a dev branch and a specific version of the trunk, all MC, SBA, MASA modes and all output formats, limit to 10 seconds input signal length for the sake of run time.
```
./testBitexact.py -p user_linux -C SBA PlanarSBA MC MASA  --oc BINAURAL BINAURAL_ROOM MONO STEREO FOA HOA2 HOA3 CICP6 CICP12 CICP16 CICP19 -srcdirtest /home/user/ivas/automated_tests/ --svntest https://INSERT_SVN_REPO/B20290120_some_dev_branch/ -srcdirref /home/user/ivas/automated_tests/ --svnref https://INSERT_SVN_REPO/trunk/ --rref 4000 --svnuser user --srin 48 --srout 48 -U 10
./testBitexact.py -p user_linux -C SBA PlanarSBA MC MASA  --oc BINAURAL BINAURAL_ROOM_IR MONO STEREO FOA HOA2 HOA3 CICP6 CICP12 CICP16 CICP19 -srcdirtest /home/user/ivas/automated_tests/ --svntest https://INSERT_SVN_REPO/B20290120_some_dev_branch/ -srcdirref /home/user/ivas/automated_tests/ --svnref https://INSERT_SVN_REPO/trunk/ --rref 4000 --svnuser user --srin 48 --srout 48 -U 10
```

---