data:
  class_path: ear.data.CorruptAudioDataModule
  init_args:
    train_audio_dir: /app/suno/data/audio_2ch_24khz_lg/train_manifest.txt
    val_audio_dir: /app/suno/data/audio_2ch_24khz_lg/val_manifest.txt
    num_frames: 131072
    batch_size: 64
    num_workers: 32
    sample_rate: 24000
    mp3_codec: 0.75
    target_loudness_lufs_db: -20.0
    corrupts: 
      - stereo_to_mono
      - drop_random_samples
      - tanh_distortion
      - clipping_distortion
      - white_noise
    corrupt_probs:
      - 0.2
      - 0.1
      - 0.2
      - 0.2
      - 0.2
    ffmpeg_filters: 
      - exciter
      - bandpass
      - highpass
      - lowpass
      - bitcrusher
      - deesser
    ffmpeg_filter_probs:
      - 0.00
      - 0.05
      - 0.25
      - 0.25
      - 0.05
      - 0.00