2.0.0-alpha-negative-one
Pre-release
Pre-release
·
18 commits
to main
since this release
Pre-release of my PR for upstream from the modernization branch. Designed for use with Firebot v5.63.2.
This software has not been widely tested. It likely contains bugs, mistakes, obvious oversights, and all sorts of "character." It is very much pre-release in nature, just ping me if you hit issues, problems, or other things that can be corrected before actually labelling it 2.0.
Features
- All non-Journey voice models are now available for use, for 507 total voices:
- (heyaapl#2, heyaapl#3) 49 languages
- 42 unique locales, countries, and/or regions
- Added support for audio output to the overlay, and overlay instancing.
- Added ability to stop and/or bubble stop requests should an error occur.
- Asynchronous audio playback now available with a check box.
- Removed Axios dependency, and switched over to using fetch.
Fixes
- (heyaapl#4, heyaapl#6) Fixed audio file temporary staging paths. Thanks Dennis! ca78b0f
- Linux development build copying. Thanks Dennis! 0d4cf65
- Updating the API key no longer requires a Firebot restart.
- API key field is now a password field. No more flashing API keys during live troubleshooting.
- Error conditions are now logged to the console a bit better.
- Updated
fs-extra
usages to match the exposed node 20.14.0 fs module.