Robert Oschler

Results 42 comments of Robert Oschler

UPDATE: Too soon to call this a bug but I am seeing something truly **odd** in the code in `howler.core.js`. It really does seem that the library expects the sound...

@goldfire Yes. It's a fairly complicated situation so I've been waiting until I have firmed up my knowledge before answering. I'll try now:. It was a combination of misunderstandings and...

@jcampbellcodes Nice work. Is there a list of available plugins for Howler.js anywhere? I'm looking for a nice reverb effect I can apply to sounds that gets stronger as a...

Link to other cache examples is broken: http://cascadeofinsights.com/post/1410736927/introducing-attribute-based-caching

@dblock Just did: https://github.com/roschler/alexa-app/pull/1

UPDATE: I have discovered the `listenTo()` Sumerian Hosts function. I believe this is what I want. I'm going to try using it with the `"TextToSpeechFeature.onSsmlEvent"` message and see if I...

I have custom listeners working. For those interested, here is the proper syntax: ``` hostObject.listenTo( hdsLuke.host.TextToSpeechFeature.EVENTS.ssml, onHostCustomSsmlTag ); ``` Note: `hostObject` is an arbitrary name I use for my Sumerian...

I think there's a nasty problem with trying to effectivley use custom listeners. I'm referring to listeners that process the embedded ("") tags in a text-to-speech string when using the...

I got it working by kludging my call into the `PointOfInterestFeature.setTargetByName` message as I described in my above post. It works but it's _really_ awkward. If someone can tell me...

"As for errors you are encountering, unfortunately that is a limitation of the Polly API, which is what we use for the TextToSpeechFeature." @c-morten Something doesn't add up. Unless the...