Austin Chang bdbe6bfb47 add TranscribeProgressReceiver for update monitoring
Current `transcribe` API only outputs the progress and transcribed texts
on stdout. Callers can only access the result after the whole
transcription is done, and they need to hijack `tqdm` interface to get
the realtime transcription progress. This commit adds a simple interface
that can be passed as a parameter in `transcribe` so the API users don't
need to fallback to above hacks or low-level APIs for this need.

Signed-off-by: Austin Chang <austin880625@gmail.com>
2024-10-19 11:31:30 +08:00
..
2022-09-22 01:09:43 +09:00
2023-11-06 03:05:21 -08:00