Commit 2ea956e5 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fixes for errors in SPLIT CLDFB out format

parent c394a0e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 50000;
BITRATE = 256000;
DOF = 1;
HQMODE = 0;

+1 −1
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 50000;
BITRATE = 384000;
DOF = 2;
HQMODE = 0;

+1 −1
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 70000;
BITRATE = 512000;
DOF = 3;
HQMODE = 0;

+2 −1
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 70000;
BITRATE = 768000;
DOF = 3;
HQMODE = 1;
CODEC = 1;

[GENERAL]
RENDERER = CREND;
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ import os

## dimension of following 2 arrays should be same, that is for each file name there should be a tag
file_names = [
'../scripts/testv/test_HOA3.wav'
'../scripts/testv/stv3OA48c.wav'
];
file_tags = [
'test_HOA3'
@@ -91,7 +91,7 @@ def generate_split_rend_lis_items(file_dir, exe_dir, out_dir):
					dec_exe,
					'-RENDER_CONFIG', renderers[rend][1],
					'-t', hr_pre_file, 
					'SPLIT_BINAURAL',
					'BINAURAL_SPLIT_CLDFB',
					'48',
					file_pkt,
					bs_file_out
Loading