Commit 36c2ad3c authored by Anika Treffehn's avatar Anika Treffehn
Browse files

Merge branch 'change_HRIRs' into 'main'

added dolby HRIR SBA datasets and added gitignore

See merge request !2
parents d1205641 00fc1e6d
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+13 −0
Original line number Diff line number Diff line
__pycache__/
venv/
*.py[cod]
*$py.class
.ipynb_checkpoints
.vscode/
.idea/
.DS_Store
*.wav
*.pcm
*.bs
*.192
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ postprocessing:
    ### default = null (uses postprocessing fmt if possible)
    # loudness_fmt: null
    ### Name of custom binaural dataset (without prefix or suffix);
    ### default = null (ORANGE53 for BINAURAL, IISofficialMPEG222UC for BINAURAL_ROOM)
    ### default = null (ORANGE53_Dolby for BINAURAL, IISofficialMPEG222UC for BINAURAL_ROOM)
    # bin_dataset: SADIE
    ### Render LFE to binaural output with the specified gain (only valid for channel-based input); default = null
    # bin_lfe_gain: 1
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ postprocessing:
    ### default = null (uses postprocessing fmt if possible)
    # loudness_fmt: null
    ### Name of custom binaural dataset (without prefix or suffix);
    ### default = null (ORANGE53 for BINAURAL, IISofficialMPEG222UC for BINAURAL_ROOM)
    ### default = null (ORANGE53_Dolby for BINAURAL, IISofficialMPEG222UC for BINAURAL_ROOM)
    # bin_dataset: SADIE
    ### Render LFE to binaural output with the specified gain (only valid for channel-based input); default = null
    # bin_lfe_gain: 1
+3 −0
Original line number Diff line number Diff line
version https://git-lfs.github.com/spec/v1
oid sha256:49fea9097dd01b0529cdbff150542f4612750ea03cdd75913e2d5bffcf284753
size 4578
+3 −0
Original line number Diff line number Diff line
version https://git-lfs.github.com/spec/v1
oid sha256:746b5c4b12010d77bd96cb05534eb2eba6b41381fe50949a2ca3df2c75a940ba
size 10271
Loading