i6_core.rasr.crp

class i6_core.rasr.crp.CommonRasrParameters(base=None)

This class holds often used parameters for Rasr.

Parameters:

base (CommonRasrParameters|None) –

html()
set_executables(rasr_binary_path, rasr_arch='linux-x86_64-standard')

Set all executables to a specific binary folder path

Parameters:
  • rasr_binary_path (tk.Path) – path to the rasr binary folder

  • rasr_arch (str) – RASR compile architecture suffix

Returns:

i6_core.rasr.crp.crp_add_default_output(crp, compress=False, append=False, unbuffered=False, compress_after_run=True)
Parameters:
  • crp (CommonRasrParameters) –

  • compress (bool) –

  • append (bool) –

  • unbuffered (bool) –

  • compress_after_run (bool) –

i6_core.rasr.crp.crp_set_corpus(crp, corpus)
Parameters:
  • crp (CommonRasrParameters) –

  • corpus (meta.CorpusObject) – object with corpus_file, audio_dir, audio_format, duration