LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/requirements.txt
lhotse/__init__.py
lhotse/array.py
lhotse/audio.py
lhotse/caching.py
lhotse/cut.py
lhotse/kaldi.py
lhotse/lazy.py
lhotse/manifest.py
lhotse/manipulation.py
lhotse/parallel.py
lhotse/qa.py
lhotse/serialization.py
lhotse/supervision.py
lhotse/utils.py
lhotse/version.py
lhotse/workarounds.py
lhotse.egg-info/PKG-INFO
lhotse.egg-info/SOURCES.txt
lhotse.egg-info/dependency_links.txt
lhotse.egg-info/entry_points.txt
lhotse.egg-info/requires.txt
lhotse.egg-info/top_level.txt
lhotse/augmentation/__init__.py
lhotse/augmentation/common.py
lhotse/augmentation/torchaudio.py
lhotse/augmentation/transform.py
lhotse/augmentation/utils.py
lhotse/augmentation/wpe.py
lhotse/bin/__init__.py
lhotse/bin/lhotse.py
lhotse/bin/modes/__init__.py
lhotse/bin/modes/cli_base.py
lhotse/bin/modes/cut.py
lhotse/bin/modes/features.py
lhotse/bin/modes/install_tools.py
lhotse/bin/modes/kaldi.py
lhotse/bin/modes/manipulation.py
lhotse/bin/modes/validate.py
lhotse/bin/modes/recipes/__init__.py
lhotse/bin/modes/recipes/adept.py
lhotse/bin/modes/recipes/aidatatang_200zh.py
lhotse/bin/modes/recipes/aishell.py
lhotse/bin/modes/recipes/aishell2.py
lhotse/bin/modes/recipes/aishell4.py
lhotse/bin/modes/recipes/ali_meeting.py
lhotse/bin/modes/recipes/ami.py
lhotse/bin/modes/recipes/aspire.py
lhotse/bin/modes/recipes/babel.py
lhotse/bin/modes/recipes/broadcast_news.py
lhotse/bin/modes/recipes/bvcc.py
lhotse/bin/modes/recipes/callhome_egyptian.py
lhotse/bin/modes/recipes/callhome_english.py
lhotse/bin/modes/recipes/cmu_arctic.py
lhotse/bin/modes/recipes/cmu_indic.py
lhotse/bin/modes/recipes/cmu_kids.py
lhotse/bin/modes/recipes/commonvoice.py
lhotse/bin/modes/recipes/cslu_kids.py
lhotse/bin/modes/recipes/daily_talk.py
lhotse/bin/modes/recipes/dihard3.py
lhotse/bin/modes/recipes/earnings21.py
lhotse/bin/modes/recipes/earnings22.py
lhotse/bin/modes/recipes/eval2000.py
lhotse/bin/modes/recipes/fisher_english.py
lhotse/bin/modes/recipes/fisher_spanish.py
lhotse/bin/modes/recipes/gale_arabic.py
lhotse/bin/modes/recipes/gale_mandarin.py
lhotse/bin/modes/recipes/gigaspeech.py
lhotse/bin/modes/recipes/heroico.py
lhotse/bin/modes/recipes/hifitts.py
lhotse/bin/modes/recipes/icsi.py
lhotse/bin/modes/recipes/l2_arctic.py
lhotse/bin/modes/recipes/libricss.py
lhotse/bin/modes/recipes/librimix.py
lhotse/bin/modes/recipes/librispeech.py
lhotse/bin/modes/recipes/libritts.py
lhotse/bin/modes/recipes/ljspeech.py
lhotse/bin/modes/recipes/magicdata.py
lhotse/bin/modes/recipes/mgb2.py
lhotse/bin/modes/recipes/mls.py
lhotse/bin/modes/recipes/mtedx.py
lhotse/bin/modes/recipes/musan.py
lhotse/bin/modes/recipes/nsc.py
lhotse/bin/modes/recipes/peoples_speech.py
lhotse/bin/modes/recipes/primewords.py
lhotse/bin/modes/recipes/rir_noise.py
lhotse/bin/modes/recipes/spgispeech.py
lhotse/bin/modes/recipes/stcmds.py
lhotse/bin/modes/recipes/switchboard.py
lhotse/bin/modes/recipes/tal_asr.py
lhotse/bin/modes/recipes/tal_csasr.py
lhotse/bin/modes/recipes/tedlium.py
lhotse/bin/modes/recipes/thchs_30.py
lhotse/bin/modes/recipes/timit.py
lhotse/bin/modes/recipes/vctk.py
lhotse/bin/modes/recipes/voxceleb.py
lhotse/bin/modes/recipes/wenet_speech.py
lhotse/bin/modes/recipes/yesno.py
lhotse/dataset/__init__.py
lhotse/dataset/collation.py
lhotse/dataset/dataloading.py
lhotse/dataset/diarization.py
lhotse/dataset/input_strategies.py
lhotse/dataset/iterable_dataset.py
lhotse/dataset/signal_transforms.py
lhotse/dataset/source_separation.py
lhotse/dataset/speech_recognition.py
lhotse/dataset/speech_synthesis.py
lhotse/dataset/unsupervised.py
lhotse/dataset/vad.py
lhotse/dataset/vis.py
lhotse/dataset/webdataset.py
lhotse/dataset/cut_transforms/__init__.py
lhotse/dataset/cut_transforms/concatenate.py
lhotse/dataset/cut_transforms/extra_padding.py
lhotse/dataset/cut_transforms/mix.py
lhotse/dataset/cut_transforms/perturb_speed.py
lhotse/dataset/cut_transforms/perturb_tempo.py
lhotse/dataset/cut_transforms/perturb_volume.py
lhotse/dataset/cut_transforms/reverberate.py
lhotse/dataset/sampling/__init__.py
lhotse/dataset/sampling/base.py
lhotse/dataset/sampling/bucketing.py
lhotse/dataset/sampling/cut_pairs.py
lhotse/dataset/sampling/data_source.py
lhotse/dataset/sampling/dynamic.py
lhotse/dataset/sampling/dynamic_bucketing.py
lhotse/dataset/sampling/round_robin.py
lhotse/dataset/sampling/simple.py
lhotse/dataset/sampling/utils.py
lhotse/dataset/sampling/zip.py
lhotse/features/__init__.py
lhotse/features/base.py
lhotse/features/compression.py
lhotse/features/fbank.py
lhotse/features/io.py
lhotse/features/kaldifeat.py
lhotse/features/librosa_fbank.py
lhotse/features/mfcc.py
lhotse/features/mixer.py
lhotse/features/opensmile.py
lhotse/features/spectrogram.py
lhotse/features/kaldi/__init__.py
lhotse/features/kaldi/extractors.py
lhotse/features/kaldi/layers.py
lhotse/recipes/__init__.py
lhotse/recipes/adept.py
lhotse/recipes/aidatatang_200zh.py
lhotse/recipes/aishell.py
lhotse/recipes/aishell2.py
lhotse/recipes/aishell4.py
lhotse/recipes/ali_meeting.py
lhotse/recipes/ami.py
lhotse/recipes/aspire.py
lhotse/recipes/babel.py
lhotse/recipes/broadcast_news.py
lhotse/recipes/bvcc.py
lhotse/recipes/callhome_egyptian.py
lhotse/recipes/callhome_english.py
lhotse/recipes/cmu_arctic.py
lhotse/recipes/cmu_indic.py
lhotse/recipes/cmu_kids.py
lhotse/recipes/commonvoice.py
lhotse/recipes/cslu_kids.py
lhotse/recipes/daily_talk.py
lhotse/recipes/dihard3.py
lhotse/recipes/earnings21.py
lhotse/recipes/earnings22.py
lhotse/recipes/eval2000.py
lhotse/recipes/fisher_english.py
lhotse/recipes/fisher_spanish.py
lhotse/recipes/gale_arabic.py
lhotse/recipes/gale_mandarin.py
lhotse/recipes/gigaspeech.py
lhotse/recipes/heroico.py
lhotse/recipes/hifitts.py
lhotse/recipes/icsi.py
lhotse/recipes/l2_arctic.py
lhotse/recipes/libricss.py
lhotse/recipes/librimix.py
lhotse/recipes/librispeech.py
lhotse/recipes/libritts.py
lhotse/recipes/ljspeech.py
lhotse/recipes/magicdata.py
lhotse/recipes/mgb2.py
lhotse/recipes/mls.py
lhotse/recipes/mobvoihotwords.py
lhotse/recipes/mtedx.py
lhotse/recipes/musan.py
lhotse/recipes/nsc.py
lhotse/recipes/peoples_speech.py
lhotse/recipes/primewords.py
lhotse/recipes/rir_noise.py
lhotse/recipes/spgispeech.py
lhotse/recipes/stcmds.py
lhotse/recipes/switchboard.py
lhotse/recipes/tal_asr.py
lhotse/recipes/tal_csasr.py
lhotse/recipes/tedlium.py
lhotse/recipes/thchs_30.py
lhotse/recipes/timit.py
lhotse/recipes/utils.py
lhotse/recipes/vctk.py
lhotse/recipes/voxceleb.py
lhotse/recipes/wenet_speech.py
lhotse/recipes/yesno.py
lhotse/testing/__init__.py
lhotse/testing/dummies.py
lhotse/testing/fixtures.py
lhotse/tools/__init__.py
lhotse/tools/env.py
lhotse/tools/sph2pipe.py