STT_Server/src/__init__.py

14 lines
327 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
FunASR WebSocket服务
====================
提供基于WebSocket的实时语音识别服务支持在线和离线两种识别模式。
主要特性:
- 支持实时语音流识别
- 支持VAD语音活动检测
- 支持标点符号自动添加
- 支持多种识别模式(2pass/online/offline)
"""
__version__ = "0.1.0"