mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-23 07:09:37 +00:00
Indicate support for WebAssembly.
This commit is contained in:
parent
4fadad9d36
commit
44f6c489cb
|
@ -3,3 +3,4 @@
|
||||||
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
|
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
|
||||||
|
|
||||||
* [Speech Dispatcher](https://freebsoft.org/speechd) (Linux)
|
* [Speech Dispatcher](https://freebsoft.org/speechd) (Linux)
|
||||||
|
* WebAssembly
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/*!
|
/*!
|
||||||
* a Text-To-Speech (TTS) library providing high-level interfaces to a variety of backends.
|
* a Text-To-Speech (TTS) library providing high-level interfaces to a variety of backends.
|
||||||
* Currently supported backends are [Speech Dispatcher](https://freebsoft.org/speechd) (Linux).
|
* Currently supported backends are:
|
||||||
|
* * [Speech Dispatcher](https://freebsoft.org/speechd) (Linux)
|
||||||
|
* * WebAssembly
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use std::boxed::Box;
|
use std::boxed::Box;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user