mirror of
https://github.com/FluidInference/FluidAudio.git
synced 2026-05-12 20:20:36 +00:00
bd0467fdc4
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.