PaddleSpeech icon indicating copy to clipboard operation
PaddleSpeech copied to clipboard

bugfix: audio_len should be 1D instead of 0D

Open JeffLu opened this issue 10 months ago • 3 comments

audio_len should be 1D instead of 0D, which will raise list index out of range error in the following decode process

PR types

PR changes

Describe

JeffLu avatar Aug 24 '23 10:08 JeffLu