From c1ebbff820a5b7e994ab8a776944b8bcac2096e3 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 28 Jan 2024 14:35:58 +0800 Subject: [PATCH] Install kaldi-native-io explicitly in the kaldi doc example. --- docs/kaldi.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/kaldi.rst b/docs/kaldi.rst index 723f9dee4..f8e7b0408 100644 --- a/docs/kaldi.rst +++ b/docs/kaldi.rst @@ -60,6 +60,11 @@ to a directory with Lhotse manifests called ``train_manifests``: Example ******* +.. hint:: + + Before you continue, make sure you have run ``pip install kaldi-native-io``; + otherwise, you won't be able to get ``features.jsonl.gz`` below. + In the following, we demonstrate how to import a Kaldi data directory using the ``yesno`` dataset.