Commit 30c2dc41 authored by liksonov's avatar liksonov
Browse files

Merge branch 'main' into 15-move-proximity-mixing-to-the-decoder

parents 104e4c33 96636ff0
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ import multiprocessing as mp
import os
from typing import Iterable

from generate_lt_file import generate_lt_file
from pyaudio3dtools import audiofile
from pyprocessing import processing, processing_configs, utils

@@ -172,14 +171,6 @@ def main(test_cfg):
        for r in results:
            r.get()

    # generate LT file if specified
    if hasattr(test_cfg, "lt_mode"):
        generate_lt_file(
            test_cfg,
            test_cfg.lt_mode,
            os.path.join(test_cfg.output_path, test_cfg.name + ".ltg"),
        )

    # copy over JSON to main output directory
    output_json = os.path.join(test_cfg.output_path, test_cfg.name + ".json")
    with open(output_json, "w") as fp:
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ fc = [20.0, 25.0, 31.5, 40.0,
    800.0, 1000.0, 1250.0, 1600.0, 
    2000.0, 2500.0, 3150.0, 4000.0, 
    5000.0, 6300.0, 8000.0, 10000.0, 
    12500.0, 16000.0, 20000.0};
    12500.0, 16000.0, 20000.0];

rt60 = [0.812749, 0.618878, 0.451113, 0.346723, 
    0.466827, 0.539871, 0.61874, 0.702911, 
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ fc = [20.0, 25.0, 31.5, 40.0,
    800.0, 1000.0, 1250.0, 1600.0, 
    2000.0, 2500.0, 3150.0, 4000.0, 
    5000.0, 6300.0, 8000.0, 10000.0, 
    12500.0, 16000.0, 20000.0};
    12500.0, 16000.0, 20000.0];

rt60 = [4.519163, 4.895527, 4.832761, 5.001975, 
    5.344683, 5.760259, 6.36818, 6.955033,