Loading scripts/binauralRenderer_interface/README.md +3 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ - [`../../scripts/pyaudio3dtools`](../../scripts/pyaudio3dtools) packages - NumPy (`pip install numpy`) - H5py (`pip install h5py`) - SciPy (`pip install scipy`) for [`../../scripts/pyaudio3dtools`](../../scripts/pyaudio3dtools) packages - C/C++ compiler - Linux (Ubuntu) : ```shell Loading @@ -56,6 +55,8 @@ mkdir build cd build cmake .. # it may be necessary to define PYTHON_EXECUTABLE if you are using a virtual environment on Windows # cmake -DPython_EXECUTABLE="C:\Users\username\.conda\envs\ivas\python.exe" .. cmake --build . cd .. ``` Loading @@ -78,7 +79,7 @@ mkdir build cd build cmake .. cmake --build . cmake --build . --config Release cd .. ``` - `tables_format_converter` executable shall be in the folder [`../../scripts/binauralRenderer_interface/Table_Format_Converter/`](../../scripts/binauralRenderer_interface/Table_Format_Converter) Loading Loading
scripts/binauralRenderer_interface/README.md +3 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ - [`../../scripts/pyaudio3dtools`](../../scripts/pyaudio3dtools) packages - NumPy (`pip install numpy`) - H5py (`pip install h5py`) - SciPy (`pip install scipy`) for [`../../scripts/pyaudio3dtools`](../../scripts/pyaudio3dtools) packages - C/C++ compiler - Linux (Ubuntu) : ```shell Loading @@ -56,6 +55,8 @@ mkdir build cd build cmake .. # it may be necessary to define PYTHON_EXECUTABLE if you are using a virtual environment on Windows # cmake -DPython_EXECUTABLE="C:\Users\username\.conda\envs\ivas\python.exe" .. cmake --build . cd .. ``` Loading @@ -78,7 +79,7 @@ mkdir build cd build cmake .. cmake --build . cmake --build . --config Release cd .. ``` - `tables_format_converter` executable shall be in the folder [`../../scripts/binauralRenderer_interface/Table_Format_Converter/`](../../scripts/binauralRenderer_interface/Table_Format_Converter) Loading