Small program voice synthesis tts docking multi platform (iFLYTEK, Spitzer, Baidu)
Features of applet functions
Text to speech
Multi platform and multi pronunciation
Adjustable speech speed
Audio download available
Conscience products without advertisement
Small program code
Connected to online voice recognition service
Sibi dui platform (more than 40 free speakers)
IFLYTEK open platform (5 free speakers)
Baidu voice ( ...
Posted by RW on Sun, 08 Dec 2019 04:19:19 -0800
C ා: decode the callback function DecCallbackFUN() using the Haikang SDK
Sketch
when using the Haikang camera to collect images, additional data such as icons and text need to be added to the images. You can choose to use the drawing callback function of Haikang SDK to overlay characters, images, etc. (please refer to the previous article); you can also use the decoding callback function of Haikang SDK ...
Posted by eekeek on Sat, 07 Dec 2019 22:00:06 -0800
Using the syntax of githubpages topic NexT
Title Map
Using the syntax of githubpages topic NexT
NexT
Preface
Don't know why? The website always doesn't appear?
Add label page
title: Tag test article
tags:
- Testing
- Another Tag
---
New page:
Set page type:
$ hexo new page tags
title: Label
date: 2014-12-22 12:39:04
type: "tags"
---
menu:
home: /
archives ...
Posted by a1ias on Fri, 06 Dec 2019 15:09:00 -0800
Independent access to alicloud IoT platform (Python) based on open source MQTT
By GXIC wongxmig Finish, welcome to follow IoT developer community.
1. Preparation
1.1 register alicloud account
Use personal Taobao account or cell phone number to open the account of Ali cloud, and pass the real name authentication (can be certified by Alipay).
1.2 free IoT Suite
Product official website https://www.aliyun.com/product/iot
1 ...
Posted by cemzafer on Thu, 05 Dec 2019 20:58:07 -0800
Spire.Cloud.Word Add Word Watermark (Text Watermark, Picture Watermark)
Summary
Spire.Cloud.Word provides a watermarksApi interface for adding watermarks, including SetTextWatermark and SetImageWatermark, which are described in more detail in this article.
About Spire.Cloud
Spire.Cloud is a cloud-based Office document processing software that supports online creation, editing, saving and printing of Office (W ...
Posted by Yeodan on Thu, 05 Dec 2019 00:50:25 -0800
android: map of gaud
Divided into map, location and search (I haven't done navigation yet)
gradle integration is recommended
Add dependency
Add jcenter's warehouse address under the project/build.gradle file
allprojects {
repositories {
jcenter() // Or Maven central ()
}
}
Add dependency under app/build.gradle
android {
defaultConfig {
...
Posted by Operandi on Wed, 04 Dec 2019 09:03:05 -0800
MFC develops a simple synchronous time application
Looking at the structure of a garbage program, mmp is a real pit. It took me a little time to finish it. Just record it directly. This is a simple application of windows, but it's a little complicated. We need to build an app Wizard program based on mfc (written by memory, I don't know if there are any mistakes in the words). Then we can add th ...
Posted by DataRater on Tue, 03 Dec 2019 20:36:20 -0800
Hongsoft face recognition 3.0 - Introduction to image data structure (C + +)
Since the 2.0 SDK was opened by hongsoft, our company has used the hongsoft SDK in the face recognition access control application due to the characteristics of free and offline use. The recognition effect is good, so we pay more attention to the official dynamics of the hongsoft SDK. Recently, ArcFace 3.0 SDK version was launched, which really ...
Posted by heinrich on Tue, 03 Dec 2019 00:37:15 -0800
Network wide MZ200A android device call document
Timing device documentation
If you have any questions, please contact qq987424501
Note: the title in bold indicates that special attention should be paid to the following
I. cameraSee CameraDemo. You can import cameralib directly and depend on it.II. Card swiping module
1. Module typenfc (there are many articles about n ...
Posted by morpheuz on Mon, 02 Dec 2019 14:25:09 -0800
About ION's Library in Android
In the Android.mk file of Qualcomm's OpenCL SDK, you can judge the current kernel version. If it is greater than 4.12, then use library.so. Otherwise, use ion kernel UAPI:
# Tries to determine whether to use libion or ion kernel uapi
KERNEL_VERSION = $(shell ls kernel | sed -n 's/msm-\([0-9]\+\)\.\([0-9]\+\)/-v x0=\1 -v x1=\2/p')
USE_LIBION = $ ...
Posted by whare on Mon, 02 Dec 2019 10:21:42 -0800