icefall icon indicating copy to clipboard operation
icefall copied to clipboard

tedlium prepare.sh file should be updated

Open AlexandderGorodetski opened this issue 3 years ago • 3 comments

Hello

There is following error during running prepare.sh of tedlium recipe

ValueError: It seems that 'sph2pipe' binary is not installed; did you run 'lhotse install-sph2pipe'?

The command 'lhotse install-sph2pipe' can be added at the beginning of prepare.sh file, I guess.

Thanks, AlexG.

AlexandderGorodetski avatar Nov 24 '22 19:11 AlexandderGorodetski

Would you mind creating a PR to fix it?

csukuangfj avatar Nov 24 '22 22:11 csukuangfj

It seems lhotse assumes that you have installed sph2pipe (when you install kaldi.). By the way, maybe we can use one command to check if the users install sph2pipe or not in prepare.sh .

luomingshuang avatar Nov 25 '22 06:11 luomingshuang

When I build the tedlium recipe, I install the kaldi firstly. So this error doesn't happen to me.

luomingshuang avatar Nov 25 '22 06:11 luomingshuang