Files
Evan Rosenfeld bd0467fdc4 fix: MachTaskSelfWrapper module import and remove unused preprocessorFile from requiredModels (#248)
Fix MachTaskSelfWrapper module import and remove unused preprocessorFile
from requiredModels

This patch fixes two issues in FluidAudio 0.9.1:

1. MachTaskSelfWrapper module import error
Swift code cannot `import MachTaskSelfWrapper` because the C library
lacks a
module.modulemap file. This adds the modulemap and configures it in the
podspec.

2. preprocessorFile in ParakeetEOU.requiredModels
The preprocessor model is no longer used (replaced by native Swift
NeMoMelSpectrogram
in StreamingEouAsrManager), but it's still listed in requiredModels.
This causes
model download validation to fail since the file doesn't exist in the
HuggingFace repo.
2026-01-04 15:59:35 -05:00
..