David Douglas
David Douglas
With bots created with the new Azure Bot Service there seems to be an exception in the SendMessage response. I believe this is something to do with the Activity. A...
The side bars / drawers with contextual help info are not easily closed. Suggest replacing them all with dialogs. Also there's a bit of glitch with the close button which...
All templates should be updated to take advantage of the new concise schema using source/format properties. NB: We should keep this in line with any naming conventions in the docs...
Modified version of Wav Utility that only creates 16-bit wav files, but improves handling of longer AudioClips: https://github.com/Unity3dAzure/UnityWebSocketDemo/blob/master/Assets/BingSpeech/WavDataUtility.cs Also should include Unity Wav AudioClip recorder/player: https://github.com/Unity3dAzure/UnityWebSocketDemo/blob/master/Assets/BingSpeech/MicRecorder.cs https://github.com/Unity3dAzure/UnityWebSocketDemo/blob/master/Assets/BingSpeech/WavDataPlayer.cs
I'm getting issue promisizing the 'Windows.Devices.Bluetooth.GenericAttributeProfile' namespace. The node_module was generated and built ok with NodeJS v0.10.36. Below is javascript code snippet: var promisize = require('nodert-promisize').promisize; var bt = promisize('Windows.Devices.Bluetooth');...
Great script, but I hit a couple of issues as new user... 1. When saving the cert, you get an error if the "C:/temp" dir doesn't already exist. `mkdir C:/temp`...
Just discovered a weird bug in iOS that stops additional requests working - needs further investigation. I see an unusual error message saying `Month 13 is out of bounds` on...
Save and load Unity scene file (as part of Asset Bundle demo) https://unity3d.com/learn/tutorials/topics/scripting/assetbundles-and-assetbundle-manager Originally discussed on YouTube: https://www.youtube.com/watch?v=0gpg2xwusjM