v0.1.6
Pre-release
Pre-release
Add new features Camera and QRCode reader
- Add QRCodeReader feature to ChatdollCamera #58
- Add Self-timer feature to ChatdollCamera #59
- Add CameraRequestProvider and QRCodeRequestProvider #60
- Delete PhotoRequestProvider.cs #63
Improve conversation
- Make it possible to fire cancel event by WakeWordListener #61
Improve Text-to-Speech
- Make it possible to select TTS engine when you add voice #62
Note that this version include a breaking change.
- Voice:
Dictionary<string, string> TTSOptions
->TTSConfiguration TTSConfig
- The constructor of
Voice
and argument of some functions around voice inVoiceRequest
,AnimatedVoice
andAnimatedVoiceRequest