recipes.cad1.task2.baseline.test module

Run the dummy enhancement.

recipes.cad1.task2.baseline.test.enhance(config: DictConfig) None[source]

Run the music enhancement. The baseline system is a dummy processor that returns the input signal.

Parameters:

config (dict) – Dictionary of configuration options for enhancing music.

recipes.cad1.task2.baseline.test.pack_submission(team_id: str, root_dir: str | Path, base_dir: str | Path = '.') None[source]

Pack the submission files into an archive file.

Parameters:
  • team_id (str) – Team ID.

  • root_dir (str | Path) – Root directory of the archived file.

  • base_dir (str | Path) – Base directory to archive. Defaults to “.”.