Giter Site home page Giter Site logo

microphone's People

Contributors

andy1210 avatar ankitjain28may avatar blandinw avatar facebook-github-bot avatar jtliao avatar oliviervaussy avatar stopachka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

microphone's Issues

The sound recorder is too fast

I am testing the app. I don't get any of my intents. When I listen the audios from the logs it sounds super fast.

Any help?

How to retrieve the sentence ?

Hello,

Is there a way to retrieve the sentence spoken ?
As I understand looking the code (not familiar with coffee :() I only have the entities and intents, not the entire outcome.

I want to have the sentence to autofill my webchat box (but I'm passing the intent as parameter so the query will be made only once)

Thanks

Why not available in Bower repo?

I tried running the command "bower search wit-microphone". But it did not return any results!!! You guys already have a bower.json file in your github project repo, then why else is it not available in bower search? Because of this we are not able to install via bower :(

Uncaught TypeError: Cannot read property 'intent' of undefined

I just tried to run the example as described in quickstart.md but i get this error:

Uncaught TypeError: Cannot read property 'intent' of undefined
at a.handleResult (microphone.min.js:2)
at a.result (microphone.min.js:2)
at a.fsm (microphone.min.js:2)
at WebSocket. (microphone.min.js:2)

can anybody help me out here?

Push-to-talk

Allow a push-to-talk option that accepts a key.
As long as the key is pressed, Microphone is recording

Problem with token or ??

Hello,

I using the same tutorial from "https://wit.ai/docs/web/quickstart" and I get this error:

Microphone is not connected
Error: Domain "null" is not authorized

What is it means? How to solved it?

Another question is, what its mean by:
Allowed Domains: </> add new domain name to this instance.._______

What we need to add in the textbox of:"</> add new domain name to this instance..."???

Sorry. I am very beginner, & new student in CS.

thank you

Deprecation warning

This tool is wonderful and works well despite this repo not being updated for a year, but with the response objects, I'm getting another property WARNING: 'DEPRECATED' in addition to the valid text-from-speech. Are there any more insights or rationale for this? Despite this repo not being actively maintained, the software still works and is immensely helpful for the work that we're doing, and it would be a shame if we lost access to it.

Connection very slow

Hi,

I've just noticed that it takes 10-15 seconds before you start getting result back, which isn't normally the case. It would be great if somebody could look into it.

Cheers,
Marcel

Problem with token ?

Hello,

Using the example from the docs (https://wit.ai/docs/web/quickstart) I get a :

Microphone is not connected
Error: Please use a client token when using WebSockets

Have you any idea ? I use my wit token and it works with my python library.

Regards

How to get the sentence?

I can get intent and entities, but how do i get the whole spoken sentence? It can be found in the console, yeah, but how to get it as a variable in the code?

Microphone is not ready

I am a newbie here. I ran the index.html (see attached - saved as a .txt file so I can upload it here).
index.txt

that comes with this package. I get a message that the Microphone is not ready. I have granted the localhost access to the Microphone. Am I doing something incorrectly?

wit microphone problem on ios

Do you want to request a feature, report a bug, or ask a question about wit?
why does the wit microphone js not work in ios but is it ok on android and pc?

What is the current behavior?
the wit microphone in the ios environment does not work while it works ok in the android and pc environment.
(I did a test with an online emulator, because currently I don't have an ios device)

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
I don't know if it's a bug or my mistake, but I wanted to confirm if you need to take some different approach in the iOS environment. The web app for test is at metaquid.com/chatbot-en
If you test on ios, safari or chrome indifferently, the microphone does not appear and if you want to force it disappears again.
As already mentioned, on android and on pc the functioning is correct.

What is the expected behavior?
the expected behavior is that of uniformity and functionality in every operating environment, that the microphone works in the same way in all environments and in the same ways.

If applicable, what is the App ID where you are experiencing this issue? If you do not provide this, we cannot help.
the problem results in the microphone not being activated and the same app works in all environments except on ios

realtime processing

Hi

Once recording, is not processing speech recognition in realtime. The analysis could try to check intents on the fly.
How can I see the JSON response, when there is a match?

Thank you,
Jorge

Spanish recognition not working

The application has Spanish setting but microphone demo still only returns english phrases.
"subir el volumen" (turn up the volume) => "hello man" : S

Context flags

How do I manage the conversation context using this example? In node-wit we have an "actions" object and the functions inside this object are called by Wit and you could return flags to update the context. How could I do the same using microphone? Thanks a lot!

microphone example only works on localhost

I followed the microphone directions at https://wit.ai/docs/web/0.7.0 and was able to get that to work with my wit.ai instance, but only using "localhost" in the url. When I use the actual local ip address of the server I get an error message, 'Error: Domain "http://192.168.1.197:8000" is not authorized'. The same thing happens if I use the name of the machine or if I put the example on a web server. Is there something else I need to do to authorize the domain? I did include the client token in my web page.

microphone text feedback

A useful feature for debugging purposes is to have microphone.js return in a string the audio input the user just spoke.

WebSocket handshake: Unexpected response code: 301

Hi,

I was working few days ago with the Microphone and it was working well.
Today I have an erreur when I do mic.connect(clientToken), I have this message :

WebSocket connection to 'wss://api.wit.ai/speech_ws' failed: Error during WebSocket handshake: Unexpected response code: 301

My web page is in local with an https and the host is registred in the wit admin console.
I have reset the tocken but the problem persist.

thx,
Jeremie.

How to disable thinking circle ?

Hello,

I have a thinking circle displaying in mic-box when I'm submitting data.
I wanted to remove this one, so I did a .mic-box { display: none;}

Now on my javascript console, I have a :

31 Error: Invalid value for <path> attribute d="MNaN,NaNANaN,NaN,0,0,1,NaN,NaN" microphone.min.js:2(anonymous function) microphone.min.js:2
30 Error: Invalid value for <path> attribute d="MNaN,NaNANaN,NaN,0,1,1,NaN,NaN" microphone.min.js:2
48 Error: Invalid value for <path> attribute d="MNaN,NaNANaN,NaN,0,0,1,NaN,NaN" microphone.min.js:2
30 Error: Invalid value for <path> attribute d="MNaN,NaNANaN,NaN,0,1,1,NaN,NaN" microphone.min.js:2
19 Error: Invalid value for <path> attribute d="MNaN,NaNANaN,NaN,0,0,1,NaN,NaN" 

Any idea how can I easily remove it without modifying the js file (to keep the file mainstream).
I had to customize the css/template to use font-awesome icon and just color it red (without any border/box)

Thanks

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.