Skip to content

Tags: FluidInference/fluidaudio-rs

Tags

v0.14.1

Toggle v0.14.1's commit message
Release v0.14.1

Aligns the Rust crate with FluidAudio Swift 0.14.1 and exposes:
- SystemInfo.isIntelMac
- VadManager.process(file:) / process(samples:)
- TextNormalizer ITN (token, sentence, sentence-with-max-span)
- TextNormalizer.isNativeAvailable

v0.12.6

Toggle v0.12.6's commit message
Release v0.12.6

- Updated to FluidAudio v0.12.6 with Swift 6 concurrency fixes
- FluidAudio's AsrManager is now an actor for proper concurrency safety
- Fixes build errors from StreamingAsrManager data race warnings
- Compatible with Swift 6 strict concurrency checking