react-native-speech-iflytek icon indicating copy to clipboard operation
react-native-speech-iflytek copied to clipboard

React Native 下的科大讯飞语音库,可以进行语音识别与语音合成

Results 19 react-native-speech-iflytek issues
Sort by recently updated
recently updated
newest added

Example 工程集成最新的讯飞iflyMSC.framework后 IOS闪退 @麻烦@zphhhhh 帮忙看一下哦。 2018-11-12 08:32:18.791 [info][tid:com.facebook.react.JavaScript] Running application "Example" with appParams: {"rootTag":1,"initialProps":{}}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF 2018-11-12 16:32:24.185 Example[65771:9172715] [IFLYTEK] login...

按照README步骤,出现'iflyMSC/IFlyMSC.h' file not found,多次拖拉framework无效。

``` ld: library not found for -lRNSpeechIFlytek clang: error: linker command failed with exit code 1 (use -v to see invocation) ```

android上,js 代码中无法接收到如onRecognizerResult的事件。。。包括 onRecognizerVolumeChanged @zphhhhh @2534290808 麻烦您帮忙查一下,多谢。 2018-11-15 21:55:46.282 12732-12732/com.example W/unknown:ReactNative: Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit(["onRecognizerResult",{"duration":12207,"isLast":true,"result":"1234512345。","text":"。"}]) 2018-11-15 21:55:34.307 12732-12732/com.example W/unknown:ReactNative: Calling JS function after bridge has been...

报如下错误 clang: error: no such file or directory: '/Users/zz/Library/Developer/Xcode/DerivedData/UServiceApp-gjwpbofoefhetkbbjrbcwwlofmqb/Build/Intermediates.noindex/ArchiveIntermediates/UServiceApp/BuildProductsPath/Release-iphoneos/libRNSpeechIFlytek.a'

import { Recognizer, Synthesizer, SpeechConstant } from "react-native-speech-iflytek”; Js引入三个都是报的未定义,请问怎么回事?谢谢 ![dd448225091c3ee23a98a43c14716a76](https://user-images.githubusercontent.com/26620481/41447970-a72eac2a-708a-11e8-8e22-750abb64d564.jpg)

react-native: 0.55.2 react-native-speech-iflytek: 1.0.3 xcode: 9.3 xcode 报错: `Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file MyProject/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc, line 595.` logging.cc: ` 593. inline void LogDestination::SetLogDestination(LogSeverity severity,...

![image](https://user-images.githubusercontent.com/22539831/43627652-cb4d4d3a-9729-11e8-9a04-7c97ba5e7b46.png) //Set log level [IFlySetting setLogFile:LVL_ALL]; //Set whether to output log messages in Xcode console [IFlySetting showLogcat:YES]; //Set the local storage path of SDK NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);...

app reload无法再次语音识别 ,但是可以发音; 而且Recognizer.isListening()为true,大神有没有遇到这个问题?