MyGit

v0.7.0

argmaxinc/WhisperKit

版本发布时间: 2024-05-24 18:02:09

argmaxinc/WhisperKit最新发布版本:v0.7.2(2024-05-30 21:11:16)

This is a very exciting release because we're seeing yet another massive speedup in offline throughput thanks to VAD based chunking 🚀

Highlights

https://github.com/argmaxinc/WhisperKit/assets/1981179/0f865caa-3a08-412e-a0bf-080ec16a439a

let whisperKit = try await WhisperKit()
let (language, probs) = try await whisperKit.detectLanguage(audioPath: "your/audio/path/spanish.wav")
print(language) // "es"

What's Changed

New Contributors

Full Changelog: https://github.com/argmaxinc/WhisperKit/compare/v0.6.1...v0.7.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-05-24发行的版本