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.23.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.23-cp313-cp313-win_amd64.whl (7.7 MB view details)

Uploaded CPython 3.13Windows x86-64

wfloat_sherpa_onnx-1.12.23-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.23-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.23-cp313-cp313-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

wfloat_sherpa_onnx-1.12.23-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.23-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.23-cp312-cp312-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

wfloat_sherpa_onnx-1.12.23-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.23-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.23-cp311-cp311-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

wfloat_sherpa_onnx-1.12.23-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.23-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.23-cp310-cp310-macosx_13_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

wfloat_sherpa_onnx-1.12.23-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.23-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.23-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.23.tar.gz.

File metadata

  • Download URL: wfloat_sherpa_onnx-1.12.23.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.23.tar.gz
Algorithm Hash digest
SHA256 73ac690495b385e5afce1a6e174766b99d634f4dd9afa7f4defb20b53a7c1568
MD5 39e667be88daad2e3888f7edaa498e05
BLAKE2b-256 5da9569d0c8876bbd7f6ffe59d5ac9732c12b8975cee2ed182f21aef7401a679

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23.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.23-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 429d96c4123cb0f1eb853158074b11cf7c8a72055446e3988a8f6d8ef9760197
MD5 2401f1fcbe9260fcfaee53caa1197789
BLAKE2b-256 202126c7e7618f98c304b0060809ad592f3513608a6e3b2b2ad47b7d81b84cd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae5fc6190f7908e2827b3ce767e4e4733d2c6835c1933e2e23e444ee8b5d6367
MD5 071c1f521634b0628451e27c4393e107
BLAKE2b-256 fa192636db2958d0abcd0f939938bf35223a0bae3221719a46bc0a8236fc858e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ab5346d04cff72c96333adc2109fb5b23693a1645e8bfdac272cfebcc5d26889
MD5 4042ca4413c797a1abe7241a0c68983a
BLAKE2b-256 6f4abdafe80b82bf831a89b9938e7f920fa59ab138958998991df93dcc824ada

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 54436ef50337b18ad499a5d7f815089ed61697d55bf76cee4460801f61d2536e
MD5 8e0854ba505c9b929f74ba12f373dcc0
BLAKE2b-256 bfc2d478b2240949a85c884df27c0b0d4cad6786490efdb70d83128df064f0c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5c7e20c6c994f9369dd9234a026a8d1b63a3afc7b44e5e8afa38e93db31621cd
MD5 40fecc7d80a7f492cc61d28c97ae9f3b
BLAKE2b-256 6aa00a493b9f7af0bb80468bd0fa6f433109ccf12a5af8ea631a65d52ed77b63

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c5fee6f7576d09e82737403d0512212e5b73ff6a20da0c126a1e9c5e5dc51e4
MD5 510203ab6bc7e832b96945792ed5e46d
BLAKE2b-256 0c3ec0352a09b5ba032dad4ecf5298593669c79e4609c7bc39c1d68fd0694abb

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 05277c9f7a5e4eb80c0586ce0cd5e9d3cc1e91167c51510ea100da498c61ca42
MD5 d49dac9880f824498ab4e94c3e2b523f
BLAKE2b-256 636bed553ec9810b2841aab7e5e55e6c39fece49c2b765f57cb685577d15a547

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7937c4e4b69eab52c92e33930d49453cc91dbdc92348c02adb65f75f55c178ee
MD5 5ded23dd85cfb3bf77732b9d5ce6d870
BLAKE2b-256 59d290027f33a4f8ed957a4af135139280a02114c19b790ca854ad42ae16aa47

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 197050af20a37fc3010f295a89205943d70cc34fb6e20b33e1cf722805ea068e
MD5 2a5b4bbd7f114ac8100fdcc4b6e745ef
BLAKE2b-256 cfda74a1032d3028af1409e6efd308cafce98f2a8c1596ef6c62a036c6cd890c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a15ca468803495be5e8fc097f03f540f98c9d48d67daa3cc0532b98253d51d65
MD5 b029a6dd9833b7c5d315c0a1843aae83
BLAKE2b-256 a8989c80c542a530888cba3a13ca21aa628c8cc84f4dd2691837a75358947982

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd8e227398b3b33954a27642ba76607d28327608f0110c64a8a828718274d046
MD5 928d2fa9f36b7cf2699a3dd5aa770de2
BLAKE2b-256 d493c36f803d3ff08fc7a9032cfc228aae857d8ea43e440bac59078525b59694

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bb1990c1960b7ce77d3e677077dc3f067ca54c9274b37409bc116c8387b7be46
MD5 e185ccda06421895390a2e0c60f57a69
BLAKE2b-256 45daf35453d069d2aa2d2402cd65c828f58600bc0d292b455999bee7ee708c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 25a9f145b74f72ce846ffa74df7004416d8b05c3041931e7bd20fdebffbcad33
MD5 f82c889939e749decfd45acfac37c3f3
BLAKE2b-256 5f4d32869b26da1cee64d012a957cac9c947935fab8f6ce13c899da0bf1c1cc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f219706b0191121dc950a98cab0c728b9a032c2332c69d82c694cd5222b39450
MD5 47e19c673791904e1124957eb3f6aae1
BLAKE2b-256 930d2d8e347bf784c6a385a77048a16df4101a59a3f06b678217f2cc4e26232f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b69c23d3823dbb13fb8effc1bf5eb53662951e5364ee700868f5e89bd607581e
MD5 0eb3ec6de49fd138fc6caa5f7bffc7cc
BLAKE2b-256 706889ffcaac606f2cdd5bf38e2db540022c04ada5af5a7608aa1a05c35f2f46

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0fb530166d8064bacdf0322d7cb8b6133de37b4faff15276def7fa7cd1b344fe
MD5 cca1f0babb2d49ffa384ca0e9b7f9b62
BLAKE2b-256 0c343c5b697cec5cf346176fbb054a0978ce0d8ae7ada8ab728600dde7b760d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ed4752a73fb112ed553436ea6413e64b38ae9ba9ac19ecd56353be12e313856f
MD5 3ddff6edc837942fb7242b0487b43c76
BLAKE2b-256 343fde586fda30461925bb87d644a2ee5aaf717aa99765b95e51484710d8b002

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7f832b10e78e690ee1ee3265d8fcaa06cb718d462a8f9eba7753065ddeb5f23
MD5 f2a60fee24effa7bffe0aac32b1ad782
BLAKE2b-256 7bfc0881484587874d121342905a2d34cb605d9937c075afd7d76db4152a388e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e0480bd86ab51d6fbea036c1360eafc90c2a32b21470881322fdda125de37c49
MD5 22219f8d9665b7a9d61f01e74733fbad
BLAKE2b-256 ad47bb5f1a647636edc2187da55c25672c0b1d05cd6987031765384c23d34569

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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.23-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wfloat_sherpa_onnx-1.12.23-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c31471eaf3869c7ae66752de4888c2933e75fc6d8d11c6673bb6cdd25ca5a748
MD5 766d56d05957f62c996e5f1af66d9bbd
BLAKE2b-256 55b5940ee2aafc1ca7bc4981f07fedcdb798acadb5763cc00017c626814fcfde

See more details on using hashes here.

Provenance

The following attestation bundles were made for wfloat_sherpa_onnx-1.12.23-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