当前位置: 首页 > article >正文

webassembly009 transformers.js 网页端侧推理 whisper-web

whisper-web

  • https://github.com/xenova/whisper-web

页面结构

  • AudioManager: 该组件负责音频的录制和处理。它会使用 Web API 来访问麦克风,录制音频数据,并将其传递给 transcriber 进行转录。它通过 transcriber 管理转录状态,音频数据将在转录过程中传输和处理。

  • Transcript: 该组件负责展示转录结果。transcribedData 是来自 transcriber.output 的转录文本,它会在屏幕上动态更新。

在这里插入图片描述
在这里插入图片描述

CG

  • webassembly009 transformers.js 网页端侧推理
  • https://hugging-face.cn/docs/transformers.js/index
  • https://whisper-web.netlify.app/
  • https://github.com/hexgrad/kokoro:Kokoro is an open-weight TTS model with 82 million parameters. Despite its lightweight architecture, it delivers comparable quality to larger models while being significantly faster and more cost-efficient. With Apache-licensed weights, Kokoro can be deployed anywhere from production environments to personal projects.

http://www.kler.cn/a/547469.html

相关文章:

  • 「软件设计模式」装饰者模式(Decorator)
  • POI 的 Excel 读写操作教程
  • 2025年:人工智能驱动下运维自动化新方向
  • 1.【BUUCTF】[SUCTF 2019]EasyWeb
  • 通过例子学 rust 个人精简版 1-1
  • 计算机基础-内存分配
  • java八股---java05(类、泛型、JVM、线程)
  • 先验期望准则
  • ORB-SLAM3的源码学习: Settings.cc:settings构造函数
  • 【吾爱出品】针对红警之类老游戏适用WIN10和11的补丁cnc-ddraw7.1汉化版
  • Beszel监控Docker安装
  • SQL Server STUFF 函数的用法及应用场景
  • Python学习心得字符串拼接的几种方法
  • R语言中的函数32:seq_along()
  • Centos安装php-8.0.24.tar
  • P9993 [Ynoi Easy Round 2024] TEST_133 Solution
  • Rust包管理
  • Vue学习笔记4
  • 循环队列知识点及习题
  • C++从入门到实战(四)C++引用与inline,nullptr