Releases: cronrpc/SubFix
Releases · cronrpc/SubFix
v2.0.8 Release
v2.0.7 Release
更新
- 更新对新版modelscope API的支持。
- 增加一个对文本增加标点符号的方法。使用
subfix punctuation --load_list demo.list
命令对list文件进行标点。
Update
- Enhanced support for the new version of the ModelScope API.
- Added a method to add punctuation to text. Use the command
subfix punctuation --load_list demo.list
to apply punctuation to the list file.
v2.0.6 Release
更新
- 现在
webui --force_delete
选项将默认为True,现在默认情况下在webui界面删除音频的时候,硬盘上的音频文件将同步删除。 - 将
.py
文件版本的subfix_webui.py
添加到主分支根目录。同时进行了更新,现在可以通过命令行在一个文件中进行中英文切换,同时支持对硬盘上的音频文件进行同步修改。支持指定端口启动。
Update
- The
webui --force_delete
option will now default to True. When deleting audio files in the webui interface by default, the corresponding audio files on the hard drive will be synchronized and deleted. - Added the
.py
file version ofsubfix_webui.py
to the root directory of the main branch. It has been updated to allow seamless switching between Chinese and English in a single file through the command line. Additionally, it now supports synchronized modifications to audio files on the hard drive. Support launch with a specified port.
v2.0.5 Release
更新
- 现在
webui --force_delete
选项将默认为True,现在默认情况下在webui界面删除音频的时候,硬盘上的音频文件将同步删除。 - 将
.py
文件版本的subfix_webui.py
添加到主分支根目录。同时进行了更新,现在可以通过命令行在一个文件中进行中英文切换,同时支持对硬盘上的音频文件进行同步修改。
Update
- The
webui --force_delete
option will now default to True. When deleting audio files in the webui interface by default, the corresponding audio files on the hard drive will be synchronized and deleted. - Added the
.py
file version ofsubfix_webui.py
to the root directory of the main branch. It has been updated to allow seamless switching between Chinese and English in a single file through the command line. Additionally, it now supports synchronized modifications to audio files on the hard drive.
v2.0.4 Release
更新
- 现在
webui --force_delete
选项将默认为True,现在默认情况下在webui界面删除音频的时候,硬盘上的音频文件将同步删除。
Update
- Now the
webui --force_delete
option will default to True. By default, when deleting audio files through the web UI interface, the audio files on the hard drive will be synchronously deleted.
v2.0.3 Release
更新
- 在
requirements.txt
中增加openai-whisper
依赖。
Update
- add
openai-whisper
inrequirements.txt
v2.0.2 Release
更新
- 修改部分文件,通过README中的方式,可以在Windows下使用自动标注功能。
Update
- Modify certain files so that the automatic annotation function can be used on Windows, following the method described in the README.
v2.0.1 Release
更新
- 在此版本开始,
subfix
将作为一个工具,可以在任意路径下,通过subfix
命令来启动。 - 支持modelscope多语言自动化标注。
- 支持openai-whisper多语言自动化标注。
- 增加说话人日志功能,进行数据预处理。通过
subfix diarization
命令可以提取出每个音频中说话次数最多的n个说话人。 - 旧版请访问v1.2
Update
- From this version onwards,
subfix
will serve as a tool that can be launched from any path using thesubfix
command. - Support for modelscope multi-language automatic annotation is now available.
- Support for openai-whisper multi-language automatic annotation is now available.
- Added speaker log functionality for data preprocessing. The
subfix diarization
command allows for the extraction of the top n speakers with the most speaking occurrences in each audio file. - For the previous version, please visit v1.2
v1.2 Release
This version is an archive of the version released as a separate file.
In later versions, this tool will be used as a module.
此版本为单独文件发布的版本的存档。
在之后版本中,本工具将作为一个模块来使用。