aliyun/alibabacloud-nls-python-sdkPublic NotificationsYou must be signed in to change notification settings Fork11 Star33 7Branches6Tags Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. ...
project(nlsCppSdk3.x VERSION ${SDK_MAIN_VERSION}) message(STATUS "Project version: ${PROJECT_VERSION}") add_definitions(-DSDK_VERSION="\\"${version}\\"") add_definitions(-DSDK_VERSION="\\"${SDK_MAIN_VERSION}${SDK_PATCH_VERSION}\\"") message("CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM...
For more information about how to synthesize speech from long text that contains more than 300 characters, see the sample code that the SDK provides to segment and splice long text. Download the nls-restful-java-demo.zip package. The demo for Java is added to demonstrate how to call the...
https://aliyun-nls.oss-cn-hangzhou.aliyuncs.com/asr/fileASR/examples/nls-sample-16k.wav http://127.0.0.1/sample.wav D:\files\sample.wav The maximum file size is 512 MB. If you use the free trial edition, the server completes the recognition task and returns the recognition result wi...
nls sdk for golang. Contribute to aliyun/alibabacloud-nls-go-sdk development by creating an account on GitHub.
package main import ( "errors" "flag" "fmt" "log" "os" "os/signal" "sync" "time" "github.com/aliyun/alibabacloud-nls-go-sdk" ) const ( AKID = "Your AKID" AKKEY = "Your AKKEY" //online key APPKEY = "Your APPKEY" TOKEN = "Your TOKEN" ) func onTaskFailed(text string, ...
cd path/to/sdk/demo ./restfulAsrDemo <your-token> <your-appkey> If the operating system does not support CMake, run the following commands in sequence: cd path/to/sdk/lib tar -zxvpf linux.tar.gz cd path/to/sdk/demo g++ -o restfulAsrDemo restfulAsrDemo.cpp -I path/to/sdk/include...
utils text_utils.cpp release.log version 2 changes: 1 addition & 1 deletion 2 nlsCppSdk/framework/common/Config.h Original file line numberDiff line numberDiff line change @@ -23,7 +23,7 @@ #endif #ifndef NLS_SDK_VERSION_STR #define NLS_SDK_VERSION_STR "3.1.19a" #define...
update cpp sdk version to 2.3.1,also update cpp core of android and i… Aug 20, 2018 LICENSE push first version of sdks and demos Jun 11, 2018 README.md push first version of sdks and demos Jun 11, 2018 Repository files navigation README Apache-2.0 license #nls-sdk-demo The SDKs...
代码说明 nls-sdk-common 公共基础通信包.基于websocket协议,netty4.*实现. nls-sdk-recognizer 一句话识别服务sdk nls-sdk-transcriber 实时语音识别服务sdk nls-sdk-tts 语音合成服务sdk Releases No releases published