Commit 7572feea authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch '43-add-hoa2-support-for-masa' into 'main'

implement conversion from HOA2 to MASA

See merge request !86
parents d9556adb 0ee1213a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ preprocessing_2:
        snr: 10
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-9/background_noise/background_noise_cat1.wav"
    repeat_signal: true

#################################################
### Bitstream processing
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ preprocessing_2:
        snr: 10
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-9/background_noise/background_noise_cat2.wav"
    repeat_signal: true

#################################################
### Bitstream processing
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ preprocessing_2:
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-9/background_noise/background_noise_cat3.wav"
    repeat_signal: true

#################################################
### Bitstream processing
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ preprocessing_2:
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-9/background_noise/background_noise_cat4.wav"
    repeat_signal: true

#################################################
### Bitstream processing
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ preprocessing_2:
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-9/background_noise/background_noise_cat5.wav"
    repeat_signal: true

#################################################
### Bitstream processing
Loading