Commit Graph

12 Commits

Author SHA1 Message Date
Brandon Weng 977f99611c 0.7.4 release 2025-10-20 19:22:29 -04:00
Brandon Weng 9e8e7457f2 Bump to 0.7.2 2025-10-19 16:54:32 -04:00
Brandon Weng a8f3bc7a3b Update ESpeak and hard fail if missing (#148)
### Why is this change needed?
<!-- Explain the motivation for this change. What problem does it solve?
-->

Rebuilt ESpeak to support macos 14 + iOS17+, using our forked version
here

https://github.com/FluidInference/espeak-ng/releases/tag/xcframework%2F1.52.0

- this makes it easier to maintain. Also removed x86 (intel chips) from
the support framework. we dont need it
- Removed the fallbacks in the path and hard fail when the bundling
fails
2025-10-19 01:56:45 -04:00
Brandon Weng 3a7402877e BUumnp to v0.7.0 2025-10-16 22:47:28 -04:00
Alex 93bd9cf49a Kokoro Text-to-Speech (#112) 2025-10-06 17:53:30 -04:00
Brandon Weng 43de42a9a7 Bump docs to 0.6.1 2025-09-28 14:22:14 -04:00
Brandon Weng 14d90a9d87 Bump cocoapod to 0.6.0 2025-09-25 20:17:21 -04:00
Brandon Weng 038c9229ac 0.5.2 for cocoapods 2025-09-20 23:21:29 -05:00
Brandon Weng be8e1d6c60 v0.5.1 bump (#109)
### Why is this change needed?
<!-- Explain the motivation for this change. What problem does it solve?
-->
2025-09-16 00:53:38 -04:00
Brandon Weng b22a6ee31f v0.5.0 bump 2025-09-14 15:29:39 -04:00
Brandon Weng e97e4e15ef Migrate ANE optimizer away from singleton (#107)
### Why is this change needed?
<!-- Explain the motivation for this change. What problem does it solve?
-->

Preparing for Swift 6 migration, singletons are generally not
recommended
2025-09-14 12:13:46 -04:00
Brandon Weng 261276ea94 Minimal Pod Spec (#102)
### Why is this change needed?
<!-- Explain the motivation for this change. What problem does it solve?
-->

We don't have any external deps so its not hard to support podspec, see
the issue for more details.

https://github.com/FluidInference/FluidAudio/issues/100
2025-09-11 20:41:25 +00:00