rw_tts 1.0.1 copy "rw_tts: ^1.0.1" to clipboard
rw_tts: ^1.0.1 copied to clipboard

outdated

TTS plugin for RealWear HMT-1, wraps RealWear TTS service. Allows to make any number of TTS requests differentiating them by request code.

rw_help #

TTS plugin for RealWear HMT-1(Z1)

Usage #

import 'package:rw_tts/rw_tts.dart';

// Set requestCode to less than 1 if you don't need a callback
RwTts.speak('RealWear is awesome!', requestCode: 100).then((requestCode) {
    print('TTS request $requestCode finished');
});
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

TTS plugin for RealWear HMT-1, wraps RealWear TTS service. Allows to make any number of TTS requests differentiating them by request code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rw_tts