Commit ec192a0f authored by Jan Kiene's avatar Jan Kiene
Browse files

fix bg noise path in configs

parent bdd90d4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ preprocessing_2:
        ### REQUIRED: SNR for background noise in dB
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-5/background_noise/background_noise.wav"
        background_noise_path: "experiments/selection/P800-5/background_noise/background_noise_cat1.wav"
    repeat_signal: true

#################################################
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ preprocessing_2:
        ### REQUIRED: SNR for background noise in dB
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-5/background_noise/background_noise.wav"
        background_noise_path: "experiments/selection/P800-5/background_noise/background_noise_cat2.wav"

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

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

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

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