Live data from Hacker News

Houndify: Add voice enabled, conversational interface to anything

houndify.com

31–40 of 53 posts

Re: Houndify: Add voice enabled, conversational interface to anything

#31
post #19
post #5

You're probably skeptical (as I was) but watch this video demo of the Hound app: https://m.youtube.com/watch?v=M1ONXea0mXg That's insanely fast, compound natural language queries. I'm impressed.

The video is only 240p and quite shaky. As it is published by the SoundHound Inc. company, is this a marketing technique to make it look more amateurish? Such a low latency means the demo was done over Wifi in the SoundHound building - especially if the speech recognition runs on the server side. Or which speech recognition software does that demo app use? Nuance software based on the client? Android 5 voice recognit…

I’ve tested the app on dial-up internet, and it answers almost immediately.

So the question where the speech recognition happens isn’t easily answered.

Re: Houndify: Add voice enabled, conversational interface to anything

#32
post #31
post #19

Earlier quoted context omitted.

The video is only 240p and quite shaky. As it is published by the SoundHound Inc. company, is this a marketing technique to make it look more amateurish? Such a low latency means the demo was done over Wifi in the SoundHound building - especially if the speech recognition runs on the server side. Or which speech recognition software does that demo app use? Nuance software based on the client? Android 5 voice recognit…

I’ve tested the app on dial-up internet, and it answers almost immediately. So the question where the speech recognition happens isn’t easily answered.

How did you get invited? I'd love to test the app. With Natural Language we should be skeptical as long as all we have are canned demos.

Re: Houndify: Add voice enabled, conversational interface to anything

#34
Does this require a network connection? I'd love to start adding speech-to-text interfaces to my apps, but most of the stuff I work on needs to be able to work without the network, and most of the speech-to-text engines these days are SaaS products in some form or another.

Re: Houndify: Add voice enabled, conversational interface to anything

#35
I've been using pocketsphinx with this neat Ruby gem[1]. It's really easy to use but has low accuracy (understands me correctly maybe half the time). I'm curious to see if Houndify does any better!

[1] https://github.com/watsonbox/pocketsphinx-ruby

Re: Houndify: Add voice enabled, conversational interface to anything

#36

It's already really easy to get fast, efficient access to large data sets. I don't see much value in that. It is not fast,efficient, and easy to transform natural language queries into computationally actionable ones. I would find more value as a developer if, when given a natural language query, it returned a structured query. Then I could tweak the query to conform to whatever data retrieval API I wanted. I don't t…

I am one of the developers for houndify.com, so I can answer this question for you!

We actually have an api endpoint dedicated to doing this for you. At the moment we have a concept of "domains" where developers use a proprietary language to help Hound understand topics. Using our api, you could technically do this yourself, and add functionality that doesn't currently exist on the platform.

You could use the hotel domain and get back a ton of pre-formatted data, or you could just get back speech-to-text, or you could specify hooks you want to take action on. I'm not a developer on the actual voice api itself, so I'm not the most informed, but perhaps that answers your question?

Re: Houndify: Add voice enabled, conversational interface to anything

#39

Does this require a network connection? I'd love to start adding speech-to-text interfaces to my apps, but most of the stuff I work on needs to be able to work without the network, and most of the speech-to-text engines these days are SaaS products in some form or another.

Even if the speech-to-text doesn't, the natural language understanding does.

Re: Houndify: Add voice enabled, conversational interface to anything

#40
post #32
post #31

Earlier quoted context omitted.

I’ve tested the app on dial-up internet, and it answers almost immediately. So the question where the speech recognition happens isn’t easily answered.

How did you get invited? I'd love to test the app. With Natural Language we should be skeptical as long as all we have are canned demos.

You might be able to try signing up here:

http://www.soundhound.com/hound#!

Post reply on HN