Logo
1.0

Contents

  • Installation
    • Installation on Linux
      • Installation from conda
      • Installation from sources
    • Installation on MacOS
    • Installation on Windows
    • Installation on Docker
    • Build the documentation
  • Introduction to speech features
    • Implemented models
    • Features comparison
  • Command line interface
    • Simple exemple
    • Definition of <input-config>
    • Definition of <input-utterances>
    • Definition of <output-file>
  • Python API reference
    • Audio data
    • Features extraction
      • Spectrogram
      • Filterbank
      • MFCC
      • PLP
      • Bottleneck
      • One hot encoding
      • Pitch estimation using Kaldi
      • Pitch estimation using CREPE
      • Energy
      • VTLN
      • UBM
    • Features post-processing
      • CMVN
      • Delta features
      • Voice Activity Detection
    • Features extraction pipeline
    • Features manipulation
      • Features
      • Features collection
        • Supported file formats
    • Utterances
    • Utilities
      • Framing and windowing
        • Frames extraction
        • Windows functions
      • Time alignments
      • Abstract base classes
        • Base processor
        • Base processor
        • Base post-processor
      • Miscellaneous
shennong
  • »
  • Overview: module code

All modules for which code is available

  • abc
  • shennong.alignment
  • shennong.audio
  • shennong.base
  • shennong.features
  • shennong.features_collection
  • shennong.frames
  • shennong.pipeline
  • shennong.postprocessor.base
  • shennong.postprocessor.cmvn
  • shennong.postprocessor.delta
  • shennong.postprocessor.vad
  • shennong.processor.base
  • shennong.processor.bottleneck
  • shennong.processor.energy
  • shennong.processor.filterbank
  • shennong.processor.mfcc
  • shennong.processor.onehot
  • shennong.processor.pitch_crepe
  • shennong.processor.pitch_kaldi
  • shennong.processor.plp
  • shennong.processor.spectrogram
  • shennong.processor.ubm
  • shennong.processor.vtln
  • shennong.utils
  • shennong.utterances
  • shennong.window

© Copyright 2018 - 2022, Inria