https://github.com/apachecn-archive/general_sdk_grpc_asr
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: apachecn-archive
- Language: C
- Default Branch: master
- Size: 13.1 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
C++SDKgrpcDemo
| OS | CPU | | :-------------------- | ------------------------- | | Linux | x86 x64 (gcc,g++4.9.2)| | Windows 7 or higher | x86 x64 |
```bash generalsdkgrpcasr include # ssenginewrapper.h # SDKAPI ssexport #
lib #
Linux # Linux
x64
libssasr.so # Linuxx64
x86
libssasr.so # Linuxx86
Windows # Windows x64 libprotobuf.dll # Windowsx64C++SDKAPI ssasr.dll # Windowsx64C++SDKAPI ssasr.lib # Windowsx64C++SDKAPI x86 libprotobuf.dll # Windowsx86 ssasr.dll # Windowsx86C++SDKAPI ssasr.lib # Windowsx86C++SDKAPI
resource # ,https
audio #
roots.pem # gprc
src # Demo
grpc_asr.cpp # grpcDemo
CMakeLists.txt # Demo,CMake ```
grpc
generalsdkgrpcasr/src/grpcasr.cppgrpc
WindowsgrpcDemo
Visual Studiogeneralsdkgrpcasr,CMake(K)->CMake(S)->grpcasr_demoCMakeSettings.json,CMakeSettings.json
{
// https://go.microsoft.com//fwlink//?linkid=834763
"configurations": [
{
"name": "x86-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x86" ],
"buildRoot": "${workspaceRoot}\\build\\${name}",
"installRoot": "${workspaceRoot}\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
},
{
"name": "x86-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x86" ],
"buildRoot": "${workspaceRoot}\\build\\${name}",
"installRoot": "${workspaceRoot}\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
},
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${workspaceRoot}\\build\\${name}",
"installRoot": "${workspaceRoot}\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${workspaceRoot}\\build\\${name}",
"installRoot": "${workspaceRoot}\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
}
]
}
CMake(K)->(L)->grpcasrdemo.exelaunch.vs.json,launch.vs.json
{
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "grpc_asr_demo.exe",
"currentDir": "${workspaceRoot}\\resource",
"name": "grpc_asr_demo.exe"
}
]
}
CMake(K)->(R)Demo
x86-Debuggeneralsdkgrpcasr/lib/Windows/x86libprotobuf.dllssasr.dllbuild/x86-debuggrpcasrdemo.exe2;grpcasr_demodemo;x64x86
LinuxgrpcDemo
grpcDemo
cd general_sdk_grpc_asr
//x64"cp lib/Linux/x86/libssasr.so /usr/local/lib""cp lib/Linux/x64/libssasr.so /usr/local/lib"
cp lib/Linux/x86/libssasr.so /usr/local/lib
cp include/* /usr/local/include
mkdir build
cp -R resource/audio ./build
cp resource/roots.pem ./build
cd build
cmake ..
make
./grpc_asr_demo
Owner
- Name: ApacheCN 归档
- Login: apachecn-archive
- Kind: organization
- Email: wizard.z@qq.com
- Repositories: 180
- Profile: https://github.com/apachecn-archive
防止重要项目丢失而设立的归档