Commit 0c332cb8 authored by emerit's avatar emerit
Browse files

fix readme.md and code formating

parent 18d8d824
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4747,7 +4747,6 @@ ivas_error IVAS_REND_DisableHeadRotation(
            {
                if ( ( error = initMcBinauralRendering( &hIvasRend->inputsMc[i], hIvasRend->inputsMc[i].base.inConfig, hIvasRend->outputConfig, hIvasRend->hRendererConfig, TRUE ) ) != IVAS_ERR_OK )
                {

                    return error;
                }
            }
+0 −2
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
#include <string.h>
#include "prot.h"
#include "ivas_prot_rend.h"

#include "ivas_prot.h"

/*---------------------------------------------------------------------*
@@ -467,7 +466,6 @@ static ivas_error TDREND_MIX_LoadHRTF(

    error = IVAS_ERR_OK;


    if ( ( header_check_result = read_and_check_hrtf_binary_file_header( &hrtfs_file_header, f_hrtf ) ) != IVAS_ERR_OK )
    {
        return header_check_result;
+0 −2
Original line number Diff line number Diff line
@@ -48,8 +48,6 @@ set(SOURCE_FILES_C
    ${IVAS_TRUNK_COM_PATH}/tools.c
    ${IVAS_TRUNK_COM_PATH}/tns_base.c
    ${IVAS_TRUNK_UTIL_PATH}/cmdl_tools.c
    ${IVAS_TRUNK_REND_PATH}/ivas_reverb_filter_design.c
    ${IVAS_TRUNK_REND_PATH}/ivas_reverb_fft_filter.c
    ${IVAS_TRUNK_REND_PATH}/ivas_rom_rend.c
)

+0 −3
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
## Requirements
- MATLAB >= R2020b
- Signal Processing Toolbox
- [`../../scripts/pyaudio3dtools`](../../scripts/pyaudio3dtools) packages
- C/C++ compiler 
   - Linux (Ubuntu) :
     ```shell
@@ -51,8 +50,6 @@
     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 ..
     ```
+0 −1
Original line number Diff line number Diff line
@@ -1732,7 +1732,6 @@ void update_h_file( HRTFS_DATA *hrtf, struct ivas_layout_config lscfg, const int
    return;
}


/*---------------------------------------------------------------------*
 * get_tables_dimensions();
 *---------------------------------------------------------------------*/
Loading