• 此项目
    • 正在载入...
  • Sign in

xuning / sherpaonnx

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
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
  • sherpaonnx
  • go-api-examples
  • real-time-speech-recognition-from-mic...
  • go.mod
  • Remove portaudio-go in Go API examples. (#2317) · 282211c0 ...
    282211c0 浏览文件
    Replace the deprecated portaudio-go integration with malgo in the Go real-time 
    speech recognition example and correct version string typos in the Node.js examples.
    
    - Fixed “verison” typo in Node.js console logs.
    - Swapped out portaudio-go for malgo in the Go microphone example, 
       introducing initRecognizer, callback-driven streaming, and sample conversion.
    - Removed portaudio-go from go.mod.
    Fangjun Kuang authored 2025-06-26 11:33:50 +0800
go.mod 61 字节
原文件 审查 历史 永久链接
1 2 3
module real-time-speech-recognition-from-microphone

go 1.17