-
-
Notifications
You must be signed in to change notification settings - Fork 221
Description
I'm aligning a text with a wav file with faster-whisper.
It went well in the first around 30% but it failed at last. Try different files, mp3, wav files, don't work at all. The first 30-40% went well though, they align very well.
Showing logs as follow:
Nov 01 23:47:11 conda[1296381]: result = aligner.align(audio, text)
Nov 01 23:47:11 conda[1296674]: [aost#0:0/pcm_s16le @ 0x562edbf046c0] Error submitting a packet to the muxer: Broken pipe
Nov 01 23:47:11 conda[1296674]: Last message repeated 1 times
Nov 01 23:47:11 conda[1296674]: [out#0/s16le @ 0x562edbf00980] Error muxing a packet
Nov 01 23:47:11 conda[1296674]: [out#0/s16le @ 0x562edbf00980] Task finished with error code: -32 (Broken pipe)
Nov 01 23:47:11 conda[1296674]: [out#0/s16le @ 0x562edbf00980] Terminating thread with return code -32 (Broken pipe)
Nov 01 23:47:11 conda[1296674]: [out#0/s16le @ 0x562edbf00980] Error writing trailer: Broken pipe
Nov 01 23:47:11 conda[1296674]: [out#0/s16le @ 0x562edbf00980] Error closing file: Broken pipe
Could you please tell me what could the issue here?