Giter Site home page Giter Site logo

wcoder / yandex.speechkit.xamarin Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 30.11 MB

Yandex SpeechKit Mobile SDK for Xamarin

License: MIT License

C# 97.34% Shell 1.06% Ruby 0.58% Smalltalk 1.02%
xamarin xamarin-android xamarin-ios xamarin-android-binding xamarin-ios-binding yandex yandex-speech speech-recognition yandex-speechkit-api csharp-library

yandex.speechkit.xamarin's Introduction

Yandex.SpeechKit.Xamarin

Yandex.SpeechKit.Xamarin (beta)

Port of Yandex SpeechKit Mobile SDK for Xamarin

The Yandex SpeechKit Mobile SDK is a multiplatform library that allows you to add Yandex speech technologies to mobile apps for iOS, Android, and Windows Phone.

https://tech.yandex.com/speechkit/mobilesdk/

Yandex SpeechKit Mobile SDK

Setup

// Nuget - in progress

Platform Support

Platform Version SDK lib Documentation
Xamarin.Android API 10+ v2.5.0 Quick Start
Xamarin.iOS in progress

Contributors


© 2017 MIT License

yandex.speechkit.xamarin's People

Contributors

wcoder avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

yandex.speechkit.xamarin's Issues

[iOS] Failing call PresentViewController for YSKSpeechRecognitionViewController

When call PresentViewController method for YSKSpeechRecognitionViewController, app crashed with NSInternalInconsistencyException Objective-C exception:

Could not load NIB in bundle YSKSpeechRecognitionViewController

Details:

Foundation.MonoTouchException: Objective-C exception thrown.  Name: Reason: Could not load NIB in bundle: 'NSBundle </Users/yauhenipakala/Library/Developer/CoreSimulator/Devices/B5D068A4-FDFD-4378-B587-547B2268907A/data/Containers/Bundle/Application/0150F613-FED7-429B-ACC0-963D289FB534/YaSpeechKitApp.iOS.app> (loaded)' with name 'YSKSpeechRecognitionViewController'
Native stack trace:
	0   CoreFoundation                      0x000000011d7411ab __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x000000011e521f41 objc_exception_throw + 48
	2   CoreFoundation                      0x000000011d7b5cb5 +[NSException raise:format:] + 197
	3   UIKit                               0x00000001114df11c -[UINib instantiateWithOwner:options:] + 501
	4   UIKit                               0x00000001111f8838 -[UIViewController _loadViewFromNibNamed:bundle:] + 383
	5   UIKit                               0x00000001111f9164 -[UIViewController loadView] + 177
	6   UIKit                               0x00000001111f9495 -[UIViewController loadViewIfRequired] + 195
	7   UIKit                               0x00000001111f9cf2 -[UIViewController view] + 27
	8   UIKit                               0x0000000111c893a9 -[_UIFullscreenPresentationController _setPresentedViewController:] + 89
	9   UIKit                               0x00000001111c7ba7 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 133
	10  UIKit                               0x000000011120cf6a -[UIViewController _presentViewController:withAnimationController:completion:] + 3808
	11  UIKit                               0x000000011120fdad __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 99
	12  UIKit                               0x000000011121047d -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 532
	13  UIKit                               0x000000011120fd0c -[UIViewController _presentViewController:animated:completion:] + 181
	14  UIKit                               0x000000011121006b -[UIViewController presentViewController:animated:completion:] + 159
	15  YaSpeechKitApp.iOS                  0x000000010e4a152c xamarin_dyn_objc_msgSendSuper + 220
	16  ???                                 0x000000013cb123cb 0x0 + 5313209291

  at ObjCRuntime.Runtime.ThrowNSException (System.IntPtr ns_exception) [0x00000] in /Users/builder/data/lanes/5520/51128b8c/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:332
  at ObjCRuntime.Runtime.throw_ns_exception (System.IntPtr exc) [0x00000] in /Users/builder/data/lanes/5520/51128b8c/source/xamarin-macios/runtime/Delegates.generated.cs:126
  at at (wrapper native-to-managed) ObjCRuntime.Runtime:throw_ns_exception (intptr)
  at at (wrapper managed-to-native) ObjCRuntime.Messaging:void_objc_msgSendSuper_IntPtr_bool_IntPtr (intptr,intptr,intptr,bool,intptr)
  at UIKit.UIViewController.PresentViewController (UIKit.UIViewController viewControllerToPresent, System.Boolean animated, System.Action completionHandler) [0x0006e] in /Users/builder/data/lanes/5520/51128b8c/source/xamarin-macios/src/build/ios/native/UIKit/UIViewController.g.cs:795
  at YaSpeechKitApp.iOS.ViewController.ShowSpeechRecognisionGUI () [0x00027] in /Users/yauhenipakala/Projects/YandexSpeechKitXamarin/samples/YaSpeechKitApp.iOS/ViewController.cs:61
  at YaSpeechKitApp.iOS.ViewController.OnStartRecognizer (UIKit.UIButton sender) [0x00001] in /Users/yauhenipakala/Projects/YandexSpeechKitXamarin/samples/YaSpeechKitApp.iOS/ViewController.cs:30
  at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
  at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/data/lanes/5520/51128b8c/source/xamarin-macios/src/UIKit/UIApplication.cs:79
  at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/5520/51128b8c/source/xamarin-macios/src/UIKit/UIApplication.cs:63
  at YaSpeechKitApp.iOS.Application.Main (System.String[] args) [0x00001] in /Users/yauhenipakala/Projects/YandexSpeechKitXamarin/samples/YaSpeechKitApp.iOS/Main.cs:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.