Skip to main content

No project description provided

Project description

Supported functions

Speech recognition Speech synthesis Source separation
✔️ ✔️ ✔️
Speaker identification Speaker diarization Speaker verification
✔️ ✔️ ✔️
Spoken Language identification Audio tagging Voice activity detection
✔️ ✔️ ✔️
Keyword spotting Add punctuation Speech enhancement
✔️ ✔️ ✔️

Supported platforms

Architecture Android iOS Windows macOS linux HarmonyOS
x64 ✔️ ✔️ ✔️ ✔️ ✔️
x86 ✔️ ✔️
arm64 ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
arm32 ✔️ ✔️ ✔️
riscv64 ✔️

Supported programming languages

1. C++ 2. C 3. Python 4. JavaScript
✔️ ✔️ ✔️ ✔️
5. Java 6. C# 7. Kotlin 8. Swift
✔️ ✔️ ✔️ ✔️
9. Go 10. Dart 11. Rust 12. Pascal
✔️ ✔️ ✔️ ✔️

For Rust support, please see sherpa-rs

It also supports WebAssembly.

Supported NPUs

1. Rockchip NPU (RKNN) 2. Qualcomm NPU (QNN) 3. Ascend NPU
✔️ ✔️ ✔️
4. Axera NPU
✔️

Join our discord

Introduction

This repository supports running the following functions locally

  • Speech-to-text (i.e., ASR); both streaming and non-streaming are supported
  • Text-to-speech (i.e., TTS)
  • Speaker diarization
  • Speaker identification
  • Speaker verification
  • Spoken language identification
  • Audio tagging
  • VAD (e.g., silero-vad)
  • Speech enhancement (e.g., gtcrn)
  • Keyword spotting
  • Source separation (e.g., spleeter, UVR)

on the following platforms and operating systems:

with the following APIs

  • C++, C, Python, Go, C#
  • Java, Kotlin, JavaScript
  • Swift, Rust
  • Dart, Object Pascal

Links for Huggingface Spaces

You can visit the following Huggingface spaces to try sherpa-onnx without installing anything. All you need is a browser.
Description URL 中国镜像
Speaker diarization Click me 镜像
Speech recognition Click me 镜像
Speech recognition with Whisper Click me 镜像
Speech synthesis Click me 镜像
Generate subtitles Click me 镜像
Audio tagging Click me 镜像
Source separation Click me 镜像
Spoken language identification with Whisper Click me 镜像

We also have spaces built using WebAssembly. They are listed below:

Description Huggingface space ModelScope space
Voice activity detection with silero-vad Click me 地址
Real-time speech recognition (Chinese + English) with Zipformer Click me 地址
Real-time speech recognition (Chinese + English) with Paraformer Click me 地址
Real-time speech recognition (Chinese + English + Cantonese) with Paraformer-large Click me 地址
Real-time speech recognition (English) Click me 地址
VAD + speech recognition (Chinese) with Zipformer CTC Click me 地址
VAD + speech recognition (Chinese + English + Korean + Japanese + Cantonese) with SenseVoice Click me 地址
VAD + speech recognition (English) with Whisper tiny.en Click me 地址
VAD + speech recognition (English) with Moonshine tiny Click me 地址
VAD + speech recognition (English) with Zipformer trained with GigaSpeech Click me 地址
VAD + speech recognition (Chinese) with Zipformer trained with WenetSpeech Click me 地址
VAD + speech recognition (Japanese) with Zipformer trained with ReazonSpeech Click me 地址
VAD + speech recognition (Thai) with Zipformer trained with GigaSpeech2 Click me 地址
VAD + speech recognition (Chinese 多种方言) with a TeleSpeech-ASR CTC model Click me 地址
VAD + speech recognition (English + Chinese, 及多种中文方言) with Paraformer-large Click me 地址
VAD + speech recognition (English + Chinese, 及多种中文方言) with Paraformer-small Click me 地址
VAD + speech recognition (多语种及多种中文方言) with Dolphin-base Click me 地址
Speech synthesis (Piper, English) Click me 地址
Speech synthesis (Piper, German) Click me 地址
Speech synthesis (Matcha, Chinese) Click me 地址
Speech synthesis (Matcha, English) Click me 地址
Speech synthesis (Matcha, Chinese+English) Click me 地址
Speaker diarization Click me 地址

Links for pre-built Android APKs

You can find pre-built Android APKs for this repository in the following table
Description URL 中国用户
Speaker diarization Address 点此
Streaming speech recognition Address 点此
Simulated-streaming speech recognition Address 点此
Text-to-speech Address 点此
Voice activity detection (VAD) Address 点此
VAD + non-streaming speech recognition Address 点此
Two-pass speech recognition Address 点此
Audio tagging Address 点此
Audio tagging (WearOS) Address 点此
Speaker identification Address 点此
Spoken language identification Address 点此
Keyword spotting Address 点此

Links for pre-built Flutter APPs

Real-time speech recognition

Description URL 中国用户
Streaming speech recognition Address 点此

Text-to-speech

Description URL 中国用户
Android (arm64-v8a, armeabi-v7a, x86_64) Address 点此
Linux (x64) Address 点此
macOS (x64) Address 点此
macOS (arm64) Address 点此
Windows (x64) Address 点此

Note: You need to build from source for iOS.

Links for pre-built Lazarus APPs

Generating subtitles

Description URL 中国用户
Generate subtitles (生成字幕) Address 点此

Links for pre-trained models

Description URL
Speech recognition (speech to text, ASR) Address
Text-to-speech (TTS) Address
VAD Address
Keyword spotting Address
Audio tagging Address
Speaker identification (Speaker ID) Address
Spoken language identification (Language ID) See multi-lingual Whisper ASR models from Speech recognition
Punctuation Address
Speaker segmentation Address
Speech enhancement Address
Source separation Address

Some pre-trained ASR models (Streaming)

Please see

for more models. The following table lists only SOME of them.

Name Supported Languages Description
sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20 Chinese, English See also
sherpa-onnx-streaming-zipformer-small-bilingual-zh-en-2023-02-16 Chinese, English See also
sherpa-onnx-streaming-zipformer-zh-14M-2023-02-23 Chinese Suitable for Cortex A7 CPU. See also
sherpa-onnx-streaming-zipformer-en-20M-2023-02-17 English Suitable for Cortex A7 CPU. See also
sherpa-onnx-streaming-zipformer-korean-2024-06-16 Korean See also
sherpa-onnx-streaming-zipformer-fr-2023-04-14 French See also

Some pre-trained ASR models (Non-Streaming)

Please see

for more models. The following table lists only SOME of them.

Name Supported Languages Description
sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8 English It is converted from https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2
Whisper tiny.en English See also
Moonshine tiny English See also
sherpa-onnx-zipformer-ctc-zh-int8-2025-07-03 Chinese A Zipformer CTC model
sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17 Chinese, Cantonese, English, Korean, Japanese 支持多种中文方言. See also
sherpa-onnx-paraformer-zh-2024-03-09 Chinese, English 也支持多种中文方言. See also
sherpa-onnx-zipformer-ja-reazonspeech-2024-08-01 Japanese See also
sherpa-onnx-nemo-transducer-giga-am-russian-2024-10-24 Russian See also
sherpa-onnx-nemo-ctc-giga-am-russian-2024-10-24 Russian See also
sherpa-onnx-zipformer-ru-2024-09-18 Russian See also
sherpa-onnx-zipformer-korean-2024-06-24 Korean See also
sherpa-onnx-zipformer-thai-2024-06-20 Thai See also
sherpa-onnx-telespeech-ctc-int8-zh-2024-06-04 Chinese 支持多种方言. See also

Useful links

How to reach us

Please see https://k2-fsa.github.io/sherpa/social-groups.html for 新一代 Kaldi 微信交流群 and QQ 交流群.

Projects using sherpa-onnx

BreezeApp from MediaTek Research

BreezeAPP is a mobile AI application developed for both Android and iOS platforms. Users can download it directly from the App Store and enjoy a variety of features offline, including speech-to-text, text-to-speech, text-based chatbot interactions, and image question-answering

1 2 3

Open-LLM-VTuber

Talk to any LLM with hands-free voice interaction, voice interruption, and Live2D taking face running locally across platforms

See also https://github.com/t41372/Open-LLM-VTuber/pull/50

voiceapi

Streaming ASR and TTS based on FastAPI

It shows how to use the ASR and TTS Python APIs with FastAPI.

腾讯会议摸鱼工具 TMSpeech

Uses streaming ASR in C# with graphical user interface.

Video demo in Chinese: 【开源】Windows实时字幕软件(网课/开会必备)

lol互动助手

It uses the JavaScript API of sherpa-onnx along with Electron

Video demo in Chinese: 爆了!炫神教你开打字挂!真正影响胜率的英雄联盟工具!英雄联盟的最后一块拼图!和游戏中的每个人无障碍沟通!

Sherpa-ONNX 语音识别服务器

A server based on nodejs providing Restful API for speech recognition.

QSmartAssistant

一个模块化,全过程可离线,低占用率的对话机器人/智能音箱

It uses QT. Both ASR and TTS are used.

Flutter-EasySpeechRecognition

It extends ./flutter-examples/streaming_asr by downloading models inside the app to reduce the size of the app.

Note: [Team B] Sherpa AI backend also uses sherpa-onnx in a Flutter APP.

sherpa-onnx-unity

sherpa-onnx in Unity. See also #1695, #1892, and #1859

xiaozhi-esp32-server

本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器 Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.

See also

KaithemAutomation

Pure Python, GUI-focused home automation/consumer grade SCADA.

It uses TTS from sherpa-onnx. See also ✨ Speak command that uses the new globally configured TTS model.

Open-XiaoAI KWS

Enable custom wake word for XiaoAi Speakers. 让小爱音箱支持自定义唤醒词。

Video demo in Chinese: 小爱同学启动~˶╹ꇴ╹˶!

C++ WebSocket ASR Server

It provides a WebSocket server based on C++ for ASR using sherpa-onnx.

Go WebSocket Server

It provides a WebSocket server based on the Go programming language for sherpa-onnx.

Making robot Paimon, Ep10 "The AI Part 1"

It is a YouTube video, showing how the author tried to use AI so he can have a conversation with Paimon.

It uses sherpa-onnx for speech-to-text and text-to-speech.

1

TtsReader - Desktop application

A desktop text-to-speech application built using Kotlin Multiplatform.

MentraOS

Smart glasses OS, with dozens of built-in apps. Users get AI assistant, notifications, translation, screen mirror, captions, and more. Devs get to write 1 app that runs on any pair of smart glasses.

It uses sherpa-onnx for real-time speech recognition on iOS and Android devices. See also https://github.com/Mentra-Community/MentraOS/pull/861

It uses Swift for iOS and Java for Android.

flet_sherpa_onnx

Flet ASR/STT component based on sherpa-onnx. Example a chat box agent

achatbot-go

a multimodal chatbot based on go with sherpa-onnx's speech lib api.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wfloat_sherpa_onnx-1.12.24.tar.gz (762.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wfloat_sherpa_onnx-1.12.24-cp313-cp313-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.13Windows x86-64

wfloat_sherpa_onnx-1.12.24-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

wfloat_sherpa_onnx-1.12.24-cp312-cp312-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.12Windows x86-64

wfloat_sherpa_onnx-1.12.24-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

wfloat_sherpa_onnx-1.12.24-cp311-cp311-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.11Windows x86-64

wfloat_sherpa_onnx-1.12.24-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

wfloat_sherpa_onnx-1.12.24-cp310-cp310-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.10Windows x86-64

wfloat_sherpa_onnx-1.12.24-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

wfloat_sherpa_onnx-1.12.24-cp39-cp39-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.9Windows x86-64

wfloat_sherpa_onnx-1.12.24-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file wfloat_sherpa_onnx-1.12.24.tar.gz.

File metadata

  • Download URL: wfloat_sherpa_onnx-1.12.24.tar.gz
  • Upload date:
  • Size: 762.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24.tar.gz
Algorithm Hash digest
SHA256 4e11a14b90244c6b7af53151b7e1fcc4ff5b9ab6906bc8268438422676b3ba25
MD5 fc0aa4d60838c75cc6dd50bfc83b6136
BLAKE2b-256 2f67d6e792a1e453ee485b947f398d64e9091dc8c302507a2bba0290326153d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24.tar.gz:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cc95c350dcb103a83d38bb206419bc328e24424656f7aefb1be07ee3e366c2ab
MD5 dff932b4b4235f5ce3c6a489500f88eb
BLAKE2b-256 84b9e35fb7c1727d635298544628768f9d22d077b75cce5df39007b07020b7a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp313-cp313-win_amd64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c73ec499e76f70e59d0f33502024e7538e21578e9003f55eded23773483793be
MD5 f7eb2b4f3e2673435d48a189fab6b7d4
BLAKE2b-256 f98d3b52b6d9af848b6f6c18a87a96d22df8106e8014dc0b9977b63952911884

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8aad7fc826f82043ff651555d01c1452e9a635cc5b890fb093ff4f6e5f8e792d
MD5 9a5e7fceff8adfded204f8f6706600b2
BLAKE2b-256 653d2d6cc85083179554c3cb2975e99ab00e772b002fbddde6781984e0f2956a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 747828984d5fca9bb8ecc6e20c93757adc61596e1d1f36001a872b55baa3b9a5
MD5 fb19cd77a880d9a2f747e7edfef4c094
BLAKE2b-256 72d3192ac356fe09546b96a23480163a76fcf61836faaba1897bc0ea4eba3d20

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 91d5d66b5b0759eedbae71044554987c0b63563c0f7f1278c305847b661b72b8
MD5 f93cd3dd9fa9b5a32be2f831a759f624
BLAKE2b-256 02045fe9fda3b3c60f820cd1d005cb335cc762eb8dd2b90c8105e0f93a33cb93

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp312-cp312-win_amd64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7003800f4e4dbce6f68896146532da31f874946b36fbb55d5a81189b3c0392c9
MD5 a6569687f8de57cbbc5f574e14c15196
BLAKE2b-256 c2aee53c98fc6e56ad4ab49001180c14809271bb7f9f05a64dd83f83711521b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 272c399c3843c5f9a69c944872977834b45e9c834bf5a63f112b2139c706e394
MD5 79b75a22e20f9fb287f3cf9f9837b5b4
BLAKE2b-256 1f8f233b8aa06e12b05786ccf1ba2c313096ecd1dfa4ccedce7cb7489da9309a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e78c521308a974de2382ad45abb77e41b854262b0d164a10a36fa7fd51155866
MD5 9be7bacd6450241e57def99b542fc80d
BLAKE2b-256 f3714a8a4cacc4319e60b3694b33fbb2a86c755452aacb9578a1b974aabbe643

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 40998bb2095bc335840fbdf0ee2724b224fa689586e3713b3839921dfa239d60
MD5 59687ec5b3f5738e7a7f0fc8451eb51b
BLAKE2b-256 8821d1e496045a1a97c7c09d76dee545e21387bebba15ac3f268894c394f34e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp311-cp311-win_amd64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2cd44a6a1ee7abf4cfa817f66aab85daae787458a0b56553c11db237c67a8c1f
MD5 92d1c5915b0395e88163fd9105015257
BLAKE2b-256 b7b763b693c8ad6f40403fb005774a6dde675ae4cbf780b3ce80c0072535ae30

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7692d984135d48c865c70eb3afe222b86f6d16c29b207e0a3d506d62f9ff01d6
MD5 fd560fd45c7ff594847dab76ea0fad46
BLAKE2b-256 59ce2960a27f98be00e90a0a8a30add9fcd77cd041326f97dbf4802439ef50f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ba625a7c260bc4a97a550686e5a84d22abaef22ed08087bcf3594a25c5ac67b7
MD5 864c8e5f91f065591dbb7e1941d32f23
BLAKE2b-256 a69ba78772045ca2d3be5dbd5089018e83007113daec791f05213ab3816528a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 efbc86d29c516bc18e2051a77d8da0b83417ff6b81a09c81c2b9f3bfd38c273e
MD5 87c07a1254580f339e58677ebec078a5
BLAKE2b-256 f30388e1115cc22972293b86c0ff38f77764308e21cacd8321b8fe7a791694d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp310-cp310-win_amd64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbcc200e9e2ae4327bf7b4b64491a7e8fe2d7ac720f61cdc1b5445e361c6182b
MD5 d16390d0b2936e17833905cfe05eed5d
BLAKE2b-256 1829cbdbe2068446f6256a5063e643bab075445127727653eceee44cc937ce0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1a68dc5545f94631770994e76f7199b85a2d8ec92113ceed81a5df40218a9ab8
MD5 6fa3e6aede4a031fad11188e59631e66
BLAKE2b-256 017f987c71e5226abe3392c10cc57e2f6092ad353d03149c6018111608f3232b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5cd6727ace5f83cc9228cfa243dc346c9446ba51e5ea8045f6ebcf2a6bd8df08
MD5 49fb7dcbe00a27bedc43586fe8410a54
BLAKE2b-256 5f18dea94e4a1668fffc27d85cc0b467addc5b752f1e2cda6acdefc8f34cbb17

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0828511116d96795f4f96703d6fcc42930204c51ab2464c94c4c15106b360234
MD5 c2013bed7e197ca2986f238c6c0f883a
BLAKE2b-256 4f1c70c036ffa8a10b545417f9f688dbacd5e4cffbe813b39152c04b57e5d95d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp39-cp39-win_amd64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72308548b7dba015255cb62ede57f4144a9718ffa47bb60a4528ccd47fd36225
MD5 89c61c8096c5565d247c218ce68c712a
BLAKE2b-256 7533b76725f9e52c7903132ca59b2cf17f5d6f90ccb159e5f18add8fd218a3ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b9ac4c30ad5087e493522ecf4b3acf17b6c2eb8776f566de2e887354a17c6561
MD5 b2572cd5a8511615ab99d3c2b5ec3a27
BLAKE2b-256 07dd503047b235307a955e30a1d2c2c2b737d8c41daa668901a15ea93f93038a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e926e01b55c375506539223772860a92d152f3fb34731299e1a8ec9951e6cc39
MD5 a64f633959865f65fce45802f9b7e706
BLAKE2b-256 d8e3aaddddcf957f831def3b2cc84d27cf4146f6e5e3257c99bdc670352d20f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.24-cp39-cp39-macosx_13_0_arm64.whl:

Publisher: publish-wfloat-sherpa-onnx.yml on wfloat/sherpa-onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page