-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGLOG
32 lines (19 loc) · 948 Bytes
/
CHANGLOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### [1.0.1] - 2024-10-03
Refactor utils.py, and add CLI script
- Refactor utils.py to add tqdm and logging imports, and add logger
- Refactor corrector function in utils.py to handle empty text and no candidates
- Refactor transcribe function in utils.py to add logging and tqdm progress bars
- Add CLI script cli.py for transcribing audio files and saving results to output directory
### [1.0.2] - 2024-10-09
Add Cantonese character frequency dictionary, and Jyutping dictionary for generate N-Best list of similar sound while decoding
### [1.0.3] - 2024-10-22
Change remove punctuation as a optional parameter
### [1.0.4] - 2024-10-23
Make denoiser as an optional parameter
### [1.0.5] - 2024-10-30
Replace Bert to OpenCC as corrector, thanks @laubonghaudoi
### [1.0.6] - 2024-11-07
- Add StreamTranscriber for preview transcription while processing
- Add FunASR library
### [1.0.7] - 2024-11-14
- Add maximum length for segmentation