Commit bc5275f3 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

add fade-in fade-out option

parent 245c7bf6
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@

### Output format
format: "ISM3"
# masa_tc: 2
# masa_dirs: 2
# sba_order: 2
# masa_tc: 2        # applicable only to OMASA format
# masa_dirs: 2      # applicable only to OMASA format
# sba_order: 2      # applicable only to OSBA format

### Output sampling rate in Hz
fs: 48000
@@ -27,6 +27,9 @@ binaural_output: true
preamble: 0.0
postamble: 0.0

### Apply fade-in and fade-out of X seconds 
fade_in_out: 0.5

### Trim the output such that the total duration is X seconds
duration: 8

@@ -107,7 +110,7 @@ scenes:
        azimuth: [20, -40, 45]
        elevation: [0, 0, 70]
        level: [-26, -26, -41]
        shift: [0.0, 0.0, 0.0]
        shift: [-1.0, -2.0, 2.0]
        
    "02":
        output: "out/VA_3obj_2tlks_music2.wav"
@@ -116,7 +119,7 @@ scenes:
        azimuth: [50, "180:1:120 + 360", -120]
        elevation: [0, 45, 70]
        level: [-26, -26, -41]
        shift: [0.0, 0.0, 0.0] 
        shift: [1.0, -2.0, -1.0] 
        
    "03":
        output: "out/VA_3obj_2tlks_music3.wav"
+6 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@

### Output format
format: "FOA"
# masa_tc: 2
# masa_dirs: 2
# sba_order: 2
# masa_tc: 2        # applicable only to OMASA format
# masa_dirs: 2      # applicable only to OMASA format
# sba_order: 2      # applicable only to OSBA format

### Output sampling rate in Hz
fs: 48000
@@ -27,6 +27,9 @@ loudness: -26
preamble: 0.5
postamble: 1.0

### Apply fade-in and fade-out of X seconds 
fade_in_out: 0.5

### Trim the output such that the total duration is X seconds
duration: 8

+6 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@

### Output format
format: "OMASA"
masa_tc: 2
masa_dirs: 2
# sba_order: 2
masa_tc: 2        # applicable only to OMASA format
masa_dirs: 2      # applicable only to OMASA format
# sba_order: 2      # applicable only to OSBA format

### Output sampling rate in Hz
fs: 48000
@@ -27,6 +27,9 @@ binaural_output: true
preamble: 0.0
postamble: 0.0

### Apply fade-in and fade-out of X seconds
fade_in_out: 0.5

### Trim the output such that the total duration is X seconds
duration: 8

+6 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@

### Output format
format: "OSBA"
# masa_tc: 2
# masa_dirs: 2
sba_order: 2
# masa_tc: 2        # applicable only to OMASA format
# masa_dirs: 2      # applicable only to OMASA format
sba_order: 2      # applicable only to OSBA format

### Output sampling rate in Hz
fs: 48000
@@ -27,6 +27,9 @@ binaural_output: true
preamble: 0.0
postamble: 0.0

### Apply fade-in and fade-out of X seconds
fade_in_out: 0.5

### Trim the output such that the total duration is X seconds
duration: 8

+6 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@

### Output format
format: "STEREO"
# masa_tc: 2
# masa_dirs: 2
# sba_order: 2
# masa_tc: 2        # applicable only to OMASA format
# masa_dirs: 2      # applicable only to OMASA format
# sba_order: 2      # applicable only to OSBA format

### Output sampling rate in Hz
fs: 48000
@@ -27,6 +27,9 @@ loudness: -26
preamble: 0.5
postamble: 1.0

### Apply fade-in and fade-out of X seconds
fade_in_out: 0.5

### Trim the output such that the total duration is X seconds
duration: 8