Re: Cross-platform Bluetooth and Speech to text

2020-04-02 Thread R.H. via use-livecode
+ STT Speech to Text

@ Paul Dupuis  ... Thank you very much for your valuable hint regarding the
STT (speech to text) link from the work of Trevor
https://github.com/trevordevore/lc-pocketsphinx who I admire for his
fantastic contributions and skills. I am already looking into this.

+ Bluetooth on Windows and Android

What I am still looking for is if anybody of you knows how to approach the
question of using Bluetooth on Windows and Android. (I am no longer an
Apple enthusiast I used to be long ago. None in general business is
using OSX anyway. Maybe 10% are using iPhones though.)

Thanks again, Roland
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Cross-platform Bluetooth and Speech to text

2020-03-27 Thread Paul Dupuis via use-livecode

On 3/27/2020 1:38 PM, R.H. via use-livecode wrote:

Cross-platform Speech to Text

Has anybody ever implemented "speech to text" (not TTS)? It should be
possible with the browser widget using web API's: Microsoft Cognitive
Serrvices, IBM Watson, Speechmatics...? But ideally, it would not depend on
available Internet connection and use some good enough text recognition
engine.


For last year's LiveCode conference, Trevor DeVore kindle wrapped Pocket 
Sphinx in a widget library for LC for OSX. He left Window and other 
platforms as an exercise for any one interested. However, this effort 
represents the current - and best - work at STT for LC


https://github.com/trevordevore/lc-pocketsphinx

Should you do the FFI wrapping for any other platforms, please let 
people know.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Cross-platform Bluetooth and Speech to text

2020-03-27 Thread R.H. via use-livecode
For an interactive learning app using audio and video, I received a request
to use Bluetooth to control the player remotely.  Also this app shall be
extended later to speech commands such as: "Go back", "Go forward", "Stop",
"Next lesson", "Repeat section" etc.

Cross-platform Blootooth

I see that there is mergeBLE for Blootooth for iOS and OS X, but not for
Windows and Android. Since the mergeBLE Bluetooth API is not supported on
Android, Windows, Linux, would it be possible to use LCB to develop such
interface? Does anyone of you know of any plans to support the full set of
Bluetooth (up to version 5) on all or at least the major platforms? Maybe
there are some cross-platform libraries that could be used? There are Java
and Objective-C libraries I know. But I would not know how to make them
available to LiveCode.

Cross-platform Speech to Text

Has anybody ever implemented "speech to text" (not TTS)? It should be
possible with the browser widget using web API's: Microsoft Cognitive
Serrvices, IBM Watson, Speechmatics...? But ideally, it would not depend on
available Internet connection and use some good enough text recognition
engine.

Here I would like to use it for commands, but in general, I guess, it is an
interface that is used more and more also to simply bring speech to text in
all major languages.

Roland
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode