Commit 86c3c5d0 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix background noise path

parent e8e7ad6b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ preprocessing_2:
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### 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-2/background_noises/background_noise_cat1.wav"
    background_noise:
        ### 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-2/background_noises/background_noise_cat1.wav"

#################################################
### Bitstream processing
+5 −5
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ preprocessing_2:
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### 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-2/background_noise/background_noise_cat2.wav"
    background_noise:
        ### 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-2/background_noises/background_noise_cat2.wav"

#################################################
### Bitstream processing
+5 −5
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ preprocessing_2:
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### 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-2/background_noise/background_noise_cat3.wav"
    background_noise:
        ### 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-2/background_noises/background_noise_cat3.wav"

#################################################
### Bitstream processing
+5 −5
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ preprocessing_2:
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### 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-2/background_noise/background_noise_cat4.wav"
    background_noise:
        ### 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-2/background_noises/background_noise_cat4.wav"

#################################################
### Bitstream processing
+5 −5
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ preprocessing_2:
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### 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-2/background_noise/background_noise_cat5.wav"
    background_noise:
        ### 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-2/background_noises/background_noise_cat5.wav"

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