Skip to content

Commit a529ac0

Browse files
author
kigner
committed
Release 0.3
1 parent df2d1f1 commit a529ac0

5 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
- ci/**
77
- main
88
- dev
9-
- release-0.2
9+
- release-0.3
1010
pull_request:
1111
branches:
1212
- main
1313
- dev
14-
- release-0.2
14+
- release-0.3
1515
workflow_dispatch:
1616

1717
jobs:

.github/workflows/mac-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
- ci/**
77
- main
88
- dev
9-
- release-0.2
9+
- release-0.3
1010
pull_request:
1111
branches:
1212
- main
1313
- dev
14-
- release-0.2
14+
- release-0.3
1515
workflow_dispatch:
1616

1717
jobs:

.github/workflows/windows-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
- ci/**
77
- main
88
- dev
9-
- release-0.2
9+
- release-0.3
1010
pull_request:
1111
branches:
1212
- main
1313
- dev
14-
- release-0.2
14+
- release-0.3
1515
workflow_dispatch:
1616

1717
jobs:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ For full setup notes, script arguments, environment variables, API examples, Web
5252
## News
5353

5454
> [!IMPORTANT]
55+
> **2026-07-23 - audio.cpp WebUI v0.3.0:** This release advances the downstream distribution to 0.3 after a major upstream C++ backend merge, with follow-up Windows CUDA build fixes and WebUI support for Fish Audio S2 Pro, Higgs Audio v3 TTS 4B, OuteTTS 1.0 1B, and VieNeu-TTS v3 Turbo. The local TTS/API backend default is now consistently `8088` across launchers, the Gradio WebUI, realtime voice chat, saved-setting migration, examples, and documentation; ASR remains on its dedicated `8081` preset.
56+
>
5557
> **2026-07-20 - audio.cpp WebUI v0.2.1:** This Windows portable release brings the latest major upstream merge into the WebUI distribution, including Voxtral Mini 4B Realtime ASR in the ASR tab with offline and streaming transcription. Voxtral defaults to Q8_0 and uses model-specific cumulative-text replacement to prevent repeated partial output without changing other ASR pipelines. Existing v0.2 portable users can upgrade through `update.bat`; the signed component update covers the app, CPU, and CUDA packages without requiring a full bundle download. See the [v0.2.1 release](https://github.com/kigner/audio.cpp-webui/releases/tag/v0.2.1-windows-prebuilt) for downloads and update metadata.
5658
>
5759
> **2026-07-18 - Voxtral Realtime ASR:** Voxtral is now released in audio.cpp with offline and streaming ASR paths. On warmed normal requests, BF16 GGUF runs at **RTF 0.089** (**11.2x realtime**) and Q8_0 at **RTF 0.064** (**15.7x realtime**); CUDA streaming TTFT is about **209 ms** with BF16 and **171 ms** with Q8_0.

version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"product": "audiocpp-portable",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"channel": "stable",
55
"platform": "windows-x64",
66
"python": "3.11",
77
"components": {
8-
"app": "0.2.1",
9-
"core_cpu": "0.2.1",
10-
"core_cuda": "0.2.1",
8+
"app": "0.3.0",
9+
"core_cpu": "0.3.0",
10+
"core_cuda": "0.3.0",
1111
"python_env": "0.2.0",
1212
"updater": "1.1.1"
1313
}

0 commit comments

Comments
 (0)