Skip to content

build(deps): bump github.com/fluidinference/fluidaudio from 0.13.4 to 0.13.6 in /app/MeetingTranscriber#92

Merged
pasrom merged 2 commits intomainfrom
dependabot/swift/app/MeetingTranscriber/github.com/fluidinference/fluidaudio-0.13.6
Apr 8, 2026
Merged

build(deps): bump github.com/fluidinference/fluidaudio from 0.13.4 to 0.13.6 in /app/MeetingTranscriber#92
pasrom merged 2 commits intomainfrom
dependabot/swift/app/MeetingTranscriber/github.com/fluidinference/fluidaudio-0.13.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps github.com/fluidinference/fluidaudio from 0.13.4 to 0.13.6.

Release notes

Sourced from github.com/fluidinference/fluidaudio's releases.

v0.13.6

What's New in v0.13.6

Features

  • Add Japanese ASR support with JSUT and Common Voice datasets (#478)
  • Add opt-in embedding skip strategy for offline diarization pipeline (#480)
  • Add configurable computeUnits for Kokoro models (#482)
    • Adds workaround for iOS 26 ANE compiler regressions
    • Allows bypassing ANE with .cpuAndGPU when needed
    • Backwards compatible (default remains .all)

Improvements

  • Skip error recovery on intentional cancellation (#481)

Documentation

  • Add Parakeet EOU ultra-low latency demo video to README

Full Changelog: FluidInference/FluidAudio@v0.13.5...v0.13.6

v0.13.5

What's New in v0.13.5

Features

  • Add experimental CTC zh-CN Mandarin ASR (8.23% CER on THCHS-30) (#476)
  • Add PocketTTS sessions with persistent KV-cache (#471)
  • Add PunctuationCommitLayer for punctuation-aware streaming ASR (#466)

Improvements

  • Refactor TDT decoder: Extract reusable components (#474)
  • ASR architecture cleanup: naming, dead code, file organization (#468)
  • Clarify custom vocabulary model compatibility and approach selection (#469)

Bug Fixes

  • Fix Swift 6 concurrency errors in SlidingWindowAsrManager (#472, #476)
  • Fix use-after-free when mic and system transcription run concurrently (#473)
  • Fix fatal error in levenshteinDistance with empty arrays (#476)

Documentation

  • Fix stale references in ASR documentation (#462)
  • Update Documentation index, remove espeak-ng licenses (#461)
  • Clean up CI workflows (#463, #464)

Full Changelog: FluidInference/FluidAudio@v0.13.4...v0.13.5

Note: CTC zh-CN is experimental. API may change in future releases.

Commits
  • 57551cd feat(tts): add configurable computeUnits for Kokoro models (#482)
  • 2593f55 Add Japanese ASR support with JSUT and Common Voice datasets (#478)
  • f6530a7 Add Parakeet EOU ultra-low latency demo video (#483)
  • fe4b4df feat(diarizer): add opt-in embedding skip strategy for offline pipeline (#480)
  • 1b76be6 Skip error recovery on intentional cancellation (#481)
  • 6c40eca Add experimental CTC zh-CN Mandarin ASR (#476)
  • e5c6456 Refactor TDT decoder: Extract reusable components (#474)
  • d4e203c Fix use-after-free when mic and system transcription run concurrently (#473)
  • 498b56d PocketTTS sessions (#471)
  • 14ddf54 Fix Swift 6 concurrency errors in SlidingWindowAsrManager (#472)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/fluidinference/fluidaudio](https://github.com/FluidInference/FluidAudio) from 0.13.4 to 0.13.6.
- [Release notes](https://github.com/FluidInference/FluidAudio/releases)
- [Commits](FluidInference/FluidAudio@v0.13.4...v0.13.6)

---
updated-dependencies:
- dependency-name: github.com/fluidinference/fluidaudio
  dependency-version: 0.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Apr 8, 2026
@github-actions github-actions bot added the chore Maintenance or non-functional changes label Apr 8, 2026
AsrManager.initialize(models:) was renamed to loadModels(_:) in
FluidAudio 0.13.6.

Co-authored-by: Roman PASSLER <roman.passler@gmail.com>
@pasrom pasrom force-pushed the dependabot/swift/app/MeetingTranscriber/github.com/fluidinference/fluidaudio-0.13.6 branch from 006dff7 to a8fb2eb Compare April 8, 2026 19:54
@pasrom pasrom merged commit 05e709f into main Apr 8, 2026
6 checks passed
@pasrom pasrom deleted the dependabot/swift/app/MeetingTranscriber/github.com/fluidinference/fluidaudio-0.13.6 branch April 8, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance or non-functional changes dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant