fix(build): bump NemoTextProcessing to v0.3.1 for Mac Catalyst - #949
Conversation
…Mac Catalyst The v0.3.0 xcframework shipped ios-arm64, ios-arm64-simulator and macos-arm64_x86_64 only, so Mac Catalyst apps (and Intel simulators) failed to link the NemoTextProcessing binary target; xcodebuild will not substitute the native macOS slice. Catalyst had worked before the binary target landed in 0.15.6 (#279 fixed it in January). v0.3.1 (text-processing-rs #89) adds ios-arm64_x86_64-maccatalyst and makes the simulator slice universal. It also carries #87 (namespaced headers), #84 (normalize_sentence_lang) and #85 (English fractions ITN) since v0.3.0. Both manifests are updated in lockstep; checksum verified against the release zip.
PocketTTS Smoke Test ✅
Runtime: 0m30s Note: PocketTTS uses CoreML MLState (macOS 15) KV cache + Mimi streaming state. CI VM lacks physical GPU — audio quality and performance may differ from Apple Silicon. |
Parakeet EOU Benchmark Results ✅Status: Benchmark passed Performance Metrics
Streaming Metrics
Test runtime: 1m44s • 09/21/2026, 03:04 PM EST RTFx = Real-Time Factor (higher is better) • Processing includes: Model inference, audio preprocessing, state management, and file I/O |
Supertonic3 Smoke Test ✅
Runtime: 0m35s Note: CI VMs lack a physical Neural Engine; the ANE-bucketed VectorEstimator falls back to CPU here. This validates download + variant resolution + synthesis, not ANE residency/perf. |
Offline VBx Pipeline ResultsSpeaker Diarization Performance (VBx Batch Mode)Optimal clustering with Hungarian algorithm for maximum accuracy
Offline VBx Pipeline Timing BreakdownTime spent in each stage of batch diarization
Speaker Diarization Research ComparisonOffline VBx achieves competitive accuracy with batch processing
Pipeline Details:
🎯 Offline VBx Test • AMI Corpus ES2004a • 1049.0s meeting audio • 143.0s processing • Test runtime: 2m 31s • 09/21/2026, 03:05 PM EST |
Sortformer High-Latency Benchmark ResultsES2004a Performance (30.4s latency config)
Sortformer High-Latency • ES2004a • Runtime: 3m 6s • 2026-09-21T19:12:24.481Z |
VAD Benchmark ResultsPerformance Comparison
Dataset Details
✅: Average F1-Score above 70% |
ASR Benchmark Results ✅Status: All benchmarks passed Parakeet v3 (multilingual)
Parakeet v2 (English-optimized)
Streaming (v3)
Streaming (v2)
Streaming tests use 5 files with 0.5s chunks to simulate real-time audio streaming 25 files per dataset • Test runtime: 8m51s • 09/21/2026, 03:14 PM EST RTFx = Real-Time Factor (higher is better) • Calculated as: Total audio duration ÷ Total processing time Expected RTFx Performance on Physical M1 Hardware:• M1 Mac: ~28x (clean), ~25x (other) Testing methodology follows HuggingFace Open ASR Leaderboard |
Speaker Diarization Benchmark ResultsSpeaker Diarization PerformanceEvaluating "who spoke when" detection accuracy
Diarization Pipeline Timing BreakdownTime spent in each stage of speaker diarization
Speaker Diarization Research ComparisonResearch baselines typically achieve 18-30% DER on standard datasets
Note: RTFx shown above is from GitHub Actions runner. On Apple Silicon with ANE:
🎯 Speaker Diarization Test • AMI Corpus ES2004a • 1049.0s meeting audio • 45.6s diarization time • Test runtime: 3m 41s • 09/21/2026, 03:16 PM EST |
Mac Catalyst apps cannot link FluidAudio 0.15.6–0.15.8: the text-processing-rs v0.3.0 xcframework has no Catalyst slice (reported by an Action Phrase developer; Catalyst worked before the binary target, see #279).
NemoTextProcessingto text-processing-rs v0.3.1, which addsios-arm64_x86_64-maccatalystand makes the simulator slice universal (feat(xcframework): add Mac Catalyst + x86_64 simulator slices text-processing-rs#89).Package.swiftandPackage@swift-6.2.swiftupdated in lockstep; checksum verified against the release zip.Also picks up v0.3.1's namespaced headers (#87),
normalize_sentence_lang(#84) and English spoken-fraction ITN (#85). No Swift source changes.