1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-28 11:09:37 +00:00
tts-rs/src
mcb2003 ab558cbbd2 FFI: Implement tts_default() constructor and tts_free() destructor
* tts_default() allocates a new TTS struct via it's default() constructor, returning a pointer to it or NULL on error.
* tts_free(tts) destroys the TTS pointed to by tts. If tts is NULL, this
  function does nothing.
2020-12-12 01:47:10 +00:00
..
backends I'll do my own queuing, MediaPlaybackList is either the wrong tool for the job or way too buggy. 2020-12-07 21:35:07 -06:00
ffi.rs FFI: Implement tts_default() constructor and tts_free() destructor 2020-12-12 01:47:10 +00:00
lib.rs FFI: Create ffi Cargo feature and include ffi module. 2020-12-12 00:23:36 +00:00