pykeio / ssml

A Rust library for writing SSML.
https://docs.rs/ssml
Apache License 2.0
2 stars 0 forks source link

Additional support for the SSML Standard #1

Open TTWNO opened 6 months ago

TTWNO commented 6 months ago

I'm writing a crate for Spiel, a new speech-synthesis API for Linux. As part of this, it specifies various features that may (or may not be) supported by each given voice, including very detailed SSML features as a bitflag.

I'd like to be able to use this ssml crate for the project such that it can embed SSML content within the request to speak text. For this though, I will need some additional types in the ssml crate.

For example, at first glance it's missing:

I'd be happy to contribute, as long as you are open to additional types being supported in the crate.

TTWNO commented 6 months ago

List of SSML features potentially supposed by Spiel-attached engines