Skip to content

Commit ed5476b

Browse files
committed
chore(app): update FluidAudio to 0.13.4
FluidAudio 0.13.4 replaces swift-transformers with a minimal BPE tokenizer, eliminating the version conflict with WhisperKit.
1 parent 2a79a16 commit ed5476b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/MeetingTranscriber/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/MeetingTranscriber/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.package(url: "https://github.com/nalexn/ViewInspector", from: "0.10.3"),
1010
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.19.1"),
1111
.package(url: "https://github.com/argmaxinc/WhisperKit.git", from: "0.17.0"),
12-
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.12.4"),
12+
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.13.4"),
1313
.package(path: "../../tools/audiotap"),
1414
],
1515
targets: [

0 commit comments

Comments
 (0)