• This project
    • Loading...
  • Sign in

冯杨 / liveTalking

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • liveTalking
  • core
  • __init__.py
  • 豆包大模型,名称赋予 · cf6c9ff1 ...
    cf6c9ff1 Browse Files
    音频识别asr:使用本地方案funasr(复用的Fay项目中的funasr)
    FunASR服务连接测试脚本
    用于验证本地FunASR WebSocket服务是否可以正常连接
    webrtcapichat.html中对话框做进一步调整,侧边栏增加对话框的透明度调整。暂时设置对话框的背景色差异大些,美学设计暂不考虑。对话框支持隐藏
    冯杨 authored 2025-06-30 14:08:37 +0800
__init__.py 179 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
# -*- coding: utf-8 -*-
"""
AIfeng/2025-01-27
Core模块初始化文件
"""

from .wsa_server import get_web_instance, get_instance

__all__ = ['get_web_instance', 'get_instance']