Voice to Text

Voice to Text

 

View and activate on the Corona Store

This plugin allows you to covert speech to text using the build in iOS and Android apis, so you don’t have to pay any hosting fees. Please see docs for more details.

Documentation

note docs have changed to https://scotth.tech/plugin-voiceToText

Good morning

I purchased the plugin

but I can not use it, I tried to see the attached example but I could not.

you can have a practical example of basis?

Yours sincerely

It should work, what is console/logs saying

On my simulator it is not possible to test the app, so I’m using an phone android 6. I could not figure out how to use the plugin. the example of the pebble attached speaks plugin not the voice to text. will definitely my mistake. I hope you manage to help me maybe with 2 lines basic program.

Yours sincerely

I see wrong link, here is link will update docs

https://github.com/scottrules44/voiceToText-Demo

I thank you for the quick reply.

I downloaded the demo project from the link you sent me, the app installs without errors, but when I start the Start button and speak not hear my voice.

I did tests on a phone Galaxy S5 and Galaxy S3 Mini.

Yours sincerely

What are logs saying?

Also what version iOS or android? What version of iOS or android? Please still make sure you post logs.

On iOS please make sure your Xcode, macOS operating system, and corona simulator to the lastest verison. Please note as stated in documentation this only work with iOS 10+. Please still send me all the info above.

Tested sample raw from GitHub without any edits on Samsung galaxy note 3

https://www.dropbox.com/s/fc6msdn1vqlfuxm/IMG_0545.JPG?dl=0

good morning

I did some tests with the app attached.

samsung galaxy ace 4 everything works correctly

with a samsung galaxy s5 the app is installed but does not work the audio recorder.

I solved the problem by forcing the code at the beginning of the program:

local filePath = system.pathForFile( “newRecording.aif”, system.DocumentsDirectory )
r = media.newRecording( filePath )
r:startRecording()

and creating a function that locks the audio recording:

r:stopRecording()

in this way the app works correctly on samsung galaxy s5.

Tomorrow I will try to test it also on IOS

samsung galaxy s5 = Android 6.0.1

samsung galaxy ace = 4 Android 4.4.4

Yours sincerely

It is probably a permission thing with marshmallow

updated sample https://github.com/scottrules44/voiceToText-Demo

Scott what is the minimum corona version required?

I would use one that is compatible with iOS 10( note you also need lastest version of Xcode), on android it should not matter as long as it is compatible with plugins.

Hi Scott,

I see this error in your sample. Please help me!

Screen%20Shot%202016-12-23%20at%2015.59.

You must be running an older version of Xcode, please update to the latest version

Hello everyone,

i’ve just download and activate the plugin but the simulator says with voiceToText-Demo:

PluginSync: failed to download plugin: http://plugins.coronasphere.com/tech.scotth/plugin.voiceToText/manifest.json

11:53:55.892  ERROR: Runtime error

11:53:55.892  module ‘plugin_voiceToText’ not found:

11:53:55.892   no field package.preload[‘plugin_voiceToText’]

please help!!

This is a problem our Engineers are looking in to.  Please stay tuned.

Rob