Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/transcription-parakeet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Consume parakeet-cpp 2026-07-21 — repo-reorg paths (engines/parakeet) + long-form windowed-encoder fix (qvac-ext-lib-whisper.cpp#101).

## [0.10.1] - 2026-07-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/transcription-parakeet/vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default-registry": {
"kind": "git",
"baseline": "74d2dfd03d1c2c0767bac6d892ec43a2a0e29c10",
"baseline": "d94ea630a8c057553669ac2234b5e6c255d7ee08",
"repository": "https://github.com/tetherto/qvac-registry-vcpkg.git"
},
"registries": [
Expand Down
6 changes: 3 additions & 3 deletions packages/transcription-parakeet/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"dependencies": [
{
"name": "parakeet-cpp",
"version>=": "2026-07-13#2",
"version>=": "2026-07-21",
"features": ["metal"],
"platform": "osx | ios"
},
{
"name": "parakeet-cpp",
"version>=": "2026-07-13#2",
"version>=": "2026-07-21",
"features": ["vulkan", "opencl"],
"platform": "android"
},
{
"name": "parakeet-cpp",
"version>=": "2026-07-13#2",
"version>=": "2026-07-21",
"features": ["vulkan"],
"platform": "!(osx | ios | android)"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/transcription-whispercpp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Consume whisper-cpp 1.9.1#5 — repo-reorg paths (third_party/whisper.cpp subtree); GNUInstallDirs port patch absorbed into the subtree's declared delta.

### Fixed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default-registry": {
"kind": "git",
"baseline": "a9d7e924de8cb7133c54c5b1d446e4d9c0508ec8",
"baseline": "d94ea630a8c057553669ac2234b5e6c255d7ee08",
"repository": "https://github.com/tetherto/qvac-registry-vcpkg"
},
"registries": [
Expand Down
15 changes: 11 additions & 4 deletions packages/transcription-whispercpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,24 @@
},
{
"name": "whisper-cpp",
"features": ["opencl", "vulkan"],
"features": [
"opencl",
"vulkan"
],
"platform": "android"
},
{
"name": "whisper-cpp",
"features": ["vulkan"],
"features": [
"vulkan"
],
"platform": "!(osx | ios | android)"
},
{
"name": "whisper-cpp",
"features": ["metal"],
"features": [
"metal"
],
"platform": "osx | ios"
},
"gtest"
Expand All @@ -29,7 +36,7 @@
{
"name": "whisper-cpp",
"version": "1.9.1",
"port-version": 4
"port-version": 5
}
]
}
4 changes: 4 additions & 0 deletions packages/tts-ggml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Consume tts-cpp 2026-07-21 — repo-reorg paths (engines/tts) + Parler-TTS engine now ships in the port (qvac-ext-lib-whisper.cpp#92).

## [0.5.1] - 2026-07-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/tts-ggml/vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default-registry": {
"kind": "git",
"baseline": "4dbe15d8c3a181d691289739c9531a09d46eae27",
"baseline": "d94ea630a8c057553669ac2234b5e6c255d7ee08",
"repository": "https://github.com/tetherto/qvac-registry-vcpkg.git"
},
"registries": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tts-ggml/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "tts-cpp",
"version>=": "2026-07-13#3"
"version>=": "2026-07-21"
}
],
"features": {
Expand Down
Loading