How to use julius - 1 common examples

To help you get started, we’ve selected a few julius examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github brigittebigi / sppas / plugins / TierMapping / lib / annotationdata / io / trsfactory.py View on Github external
class TrsFactory(object):
    """
    Factory for Transcription.
    """

    __TRS = {"txt": Ascii,
             "liatxt": Ascii,
             "info": Ascii,
             "csv": Ascii,
             "lab": Ascii,
             "ipulab": Ascii,
             "ctm": ScliteCTM,
             "eaf": Elan,
             "intensity": Intensity,
             "julius": JuliusIO,
             "pitchtier": Pitch,
             "hz": Pitch,
             "tag": TranscriberAG,
             "textgrid": TextGrid,
             "trs": Transcriber
            }

    @staticmethod
    def NewTrs(trs_type):
        """ Return a new Transcription.
            Parameters:
                - trs_type
            Exception:   Exception
            Return:      Transcription
        """
        try:

julius

Nice DSP sweets: resampling, FFT Convolutions. All with PyTorch, differentiable and with CUDA support.

MIT
Latest version published 2 years ago

Package Health Score

46 / 100
Full package analysis

Popular julius functions