v4.0.0-beta.1: First beta version of rusty aspeak
Pre-release
Pre-release
github-actions
released this
08 Feb 01:55
·
3 commits
to python
since this release
- Rewritten in rust (Not a joke, 😂)
- Most of the command line options still work as expected, but there are some minor changes . (Run aspeak help for help)
- Support more architectures. (But I will only upload linux/windows executables until the CI is setup. Of course you can install aspeak from source via cargo)
- More validations for command line options.
- Fix a bug that in some cases, the old aspeak can't play audio on some linux platforms.
- Now you can create a profile!
- You no longer need to use the locale arg every time if you do not want to use English locale. Just specify your locale in your profile.
- You can also provide default values for other options.
- Get rid of openssl completely.
- Support region option.
- User friendly output and error messages
- Support adding custom request headers via commandline
- Support custom auth token.