Skip to the content.

Components are the broadest and richest of the 3 module types, and where I expect most of the engineering will have to be done. There is no base component. Instead, each module within components has its own base. So far, the existing component modules are:

Components are the puzzle pieces that make up a system. For example, the same speaker encoder may extract a speaker embedding as part of an [anonymization system] as well as an [ASV system]. An anonymizer might swap out a WavLM feature extractor for a WhisperEncoder one. The components directory currently