Houndify is a platform to allow anyone to add smart, voice enabled, conversational interfaces to anything with an internet connection. Once integrated with Houndify, products can instantly understand a wide variety of questions and commands.
Questions tagged [houndify]
21 questions
0
votes
1 answer
How to setup HTTPS for Houndify server?
I am trying to connect from a remote Chrome browser to my server (node server.js). The request is failing with an error:
"getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a…

S. Vaghar
- 191
- 1
- 1
- 7
0
votes
1 answer
Houndify: sample_wave.py error: "unsupported operand type(s) for %: 'bytes' and 'int'"
Downloaded Houndify Python and C++ to try each.
+ Got the C++ sample to compile and run well.
+ sample_text.py runs fine.
sample_wave.py and sample_stdin.py both fail with the same error:
$ ./sample_wave.py '...my client ID here...' '...my…

Dave Shinsel
- 3
- 1
0
votes
1 answer
How do I access music meta data using the Houndify SDK on iOS
I'm using v1.05 of the Houndify SDK, and their demo app. I'm performing a voice search for music and struggling to understand how to extract the Spotify track ID from the Houndify response.
Houndify responds with a object of HoundDataHoundServer and…

Martin Harrison
- 145
- 2
- 11
0
votes
1 answer
C# Using Dictation Grammar and Predefined Grammar alternatively
I wanted to create a desktop application in C# that could make use of both Dictation Grammar and Predefined Grammar.To achieve functionality similar to that of Hound by SoundCloud or Google Now or Cortana or Siri for instance. So here's how I intend…

Sushrit Pasupuleti
- 145
- 1
- 15
0
votes
1 answer
Could not resolve all dependencies for configuration ':app:_debugCompile' Houndify
I am trying to incorporate Houndify API into my project. However my gradle file would not build.
I downloaded a sample project from their site and it worked normally. I am migrating codes from that project gradle file to mine.
apply plugin:…

PTN
- 1,658
- 5
- 24
- 54
-2
votes
1 answer
Houndify : while using HoundifyVoiceSearchActivity to search audio, error : only regular white space(\r,\n,\t) is allowed between tokens
I use the Houndify android sdk sample project(v0.2.19) which downloaded from https://docs.houndify.com/sdks#android, but when I start HoundifyVoiceSearchActivity to search audio, I got the error as follow…

landon
- 1