Giter VIP home page Giter VIP logo

Comments (4)

zaf avatar zaf commented on July 17, 2024

I didn't find any time to work on this yet.

from asterisk-speech-recog.

poing avatar poing commented on July 17, 2024

I did some testing with the Google python samples. Successfully passing ยต-law files via CLI.

--- speech_rest.py  (revision 816)
+++ speech_rest.py  (working copy)
@@ -62,8 +62,8 @@
             'config': {
                 # There are a bunch of config options you can specify. See
                 # https://goo.gl/EPjAup for the full list.
-                'encoding': 'LINEAR16',  # raw 16-bit signed LE samples
-                'sampleRate': 16000,  # 16 khz            
+                'encoding': 'MULAW',  # G.711 PCMU/mu-law
+                'sampleRate': 8000,  # 8 khz           

export GOOGLE_APPLICATION_CREDENTIALS=/google_speech_api.json
python speech_rest.py /var/lib/asterisk/sounds/en/hello.ulaw

{"results": [{"alternatives": [{"confidence": 0.97280418999999996, "transcript": "hello"}]}]}

It's a step closer to working AGI script. But have not had much time to work on it either.

from asterisk-speech-recog.

poing avatar poing commented on July 17, 2024

Uploaded working code, written in python. Do with it as you like.

from asterisk-speech-recog.

jaylabade avatar jaylabade commented on July 17, 2024

Hi,

Can you please provide code for PHP/Python

from asterisk-speech-recog.

Related Issues (20)

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.