From 297dd424b4fae5aa7756f2edc31467a6ec1bdc7b Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Sun, 29 Jan 2023 21:17:57 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/local/.prepare_vox.py.swp | Bin 16384 -> 16384 bytes egs/librispeech/ASR/local/prepare_vox.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/local/.prepare_vox.py.swp b/egs/librispeech/ASR/local/.prepare_vox.py.swp index 4ae1609b3574421b24d5a9e53aac6ca26660c6aa..dc98753c7bde5bbb9ab41a873faa65c151dc167b 100644 GIT binary patch delta 101 zcmZo@U~Fh$6iqS+^Ym4))H7fJ0s#hw56Rb(pKcU=ug~hu!oaY8GpB(uqf#{+14BL# v`vS2x5PxT7VE6{acY*i>5U*$5%*YbRGI_h{eGVOk;)3k>%#_X3%(6HE_iP#V delta 92 zcmZo@U~Fh$6iqS+^Ym4))H7fJ0s#hwx5?L%_iYq?ug@CH!oaY7GpB(uqf#>)14B6w mhXS!N5dUXoVE6~bPl5OX5N~JQ%*YbSGI_n}{ms+NvN!=D2^UrX diff --git a/egs/librispeech/ASR/local/prepare_vox.py b/egs/librispeech/ASR/local/prepare_vox.py index fe8416302..da049ba16 100755 --- a/egs/librispeech/ASR/local/prepare_vox.py +++ b/egs/librispeech/ASR/local/prepare_vox.py @@ -172,7 +172,7 @@ def parse_alignments(ali_path: Pathlike) -> Dict[str, List[AlignmentItem]]: ] return alignments -def main(corpus_dir): +def main(corpus_dir, spk_id): nj = 15 output_dir = "data/manifests" print(corpus_dir, output_dir)