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

Merge branch 'main' into ericsson/review-item-creation-ism

parents 87febe56 26090149
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -37,9 +37,10 @@ stages:
  # NOTE: CODEC_DIR has to be in PATH
  - cd $CODEC_DIR
  # make sure that we are at latest main
  # TODO: temporarily use the RC1a tag
  # TODO: temporarily use the RC1b tag
  - git restore .
  - git checkout 20230511-RC1a-listening-tests
  - git fetch
  - git checkout 20230516-RC1b-listening-tests
  - echo "--------------------------------------------"
  - echo "Building codec on commit $(git rev-parse HEAD --short)"
  - echo "--------------------------------------------"
+4 −11
Original line number Diff line number Diff line
@@ -65,13 +65,10 @@ input:
    fmt: "HOA3"
    ### Input sampling rate in Hz needed for headerless audio files; default = 48000
    # fs: 32000
    ### Enable check for input files being aligned to a integer multiple of a given length in ms.
    ### If a file is not aligned, a warning will be issued. If the input format has metadata or force is true, an error is raised instead.
    # aligned_to:
    ### alignment length in ms, is needed if aligned_to is used
    #     len: 20
    ### default: false
    #     force: true
    ### Treatment of items that are not 20ms aligned
    ### options: "padding" (pads with low level noise to frame length), "warning" or "error" (raises a warning or an error when items are not aligned),
    ### "ignore" (no special treatment for items that are not aligned); default = "padding" (for ISM: default = "error")
    # frame_alignment: "error"

################################################
### Pre-processing on individual items
@@ -119,10 +116,6 @@ input:
    # preamble: 10000
    ### Flag wheter to use noise (amplitude +-4) for the preamble or silence; default = false (silence)
    # preamble_noise: true
    ### Specify postamble duration in ms. Postamble is added after concatenation and possible signal repetition. defaut = 0
    # postamble: 20
    ### Flag wheter to use noise (amplitude +-4) for the postamble or silence; default = false (silence)
    # postamble_noise: true
    ### Additive background noise
    # background_noise:
        ### SNR for background noise in dB; REQUIRED for prerecorded background noise and ignored for low level noise
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
Loading