Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: API continuous Speech-To-Text -UPDATED

by Anonymous Monk
on Sep 02, 2018 at 08:55 UTC ( [id://1221571]=note: print w/replies, xml ) Need Help??


in reply to Re: API continuous Speech-To-Text -UPDATED
in thread API continuous Speech-To-Text

Thank you for your insights. As I thought, it may be something behind my reach. The possibility to use HTML5+javascript is of course okay, as it is documented and so on, however it would mean to drop Perl. And my second goal was to apply my legacy Perl scripts "live" to the transcribed text (regex, data visualization, etc.) and do computations on the incoming text. This would mean to rewrite everything from scratch in javascript (a language I know only vaguely), which is, of course, not a nice thought.

Replies are listed 'Best First'.
Re^3: API continuous Speech-To-Text -UPDATED
by zentara (Archbishop) on Sep 02, 2018 at 14:58 UTC
    It may be within your reach if you dig hard enough. :-) If you notice, python has modules and scripts which will do all the hard work for you. You can easily run python from Perl, then use Perl to do your filtering and display. It might be time to learn a bit of python. I might be tempted to try it myself, but the TensorFlow libraries are huge and complex and I have other fish to fry.

    I'm not really a human, but I play one on earth. ..... an animated JAPH
Re^3: API continuous Speech-To-Text -UPDATED
by RonW (Parson) on Sep 07, 2018 at 19:34 UTC

    No need to rewrite your Perl programs into Javascript.

    One option, you could create a simple web frontend that would feed the text transcript to your Perl programs.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1221571]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 17:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found