chrbsg
chrbsg
Update to 8edfe6 (May 2020)
## Describe the bug I followed the provisioning instructions at https://aka.ms/how-to-complete-provision-handoff and got the JSON output from provisionComposer.js then added it as a publish configuration in Bot Framework Composer. Clicking...
The official quickstart document says to use the Azure Portal, and the old botframework.com URLs now appear to redirect to non-relevant content.
**Browsers and versions affected** Linux Firefox 76.0 Android Firefox 68.8.0 Android Firefox Beta 75.0.0-beta6 **Description** debug=loopback parameter does not work on Firefox **Steps to reproduce** Go to https://appr.tc/?debug=loopback **Expected results**...
**Browsers and versions affected** Safari, iOS 12, iPad Mini 2 **Description** The loopback parameter does not work on iPad **Steps to reproduce** go to https://appr.tc/?debug=loopback **Expected results** loopback should work...
According to https://stackoverflow.com/questions/21576739/how-to-configure-opensl-to-work-with-ear-speaker-other-than-main-speaker-or-head and https://groups.google.com/forum/#!topic/android-ndk/O-hufEm20cU Earpiece speaker can be selected by using option SL_ANDROID_STREAM_VOICE in OpenSL config. It would be useful to somehow expose this in the audio demos (output...
The LiveEffect demo suffers from echo feedback when using phone microphone and speakers. Would it be possible to add a UI button to enable AEC? (such a demo was also...
### Your environment. - Version: v2.2.25 - Browser: Firefox - Other Information - ### What did you do? Close peerconnection at end of session ### What did you expect? No...
In the "Base URLs" example: ``` // Pass secret key and region using headers to a custom endpoint curl -X POST " my-ch-n.cognitiveservices.azure.com/translator/text/v3.0/translate?to=fr" \ -H "Ocp-Apim-Subscription-Key: xxx" \ -H "Ocp-Apim-Subscription-Region:...
In chat.go and completion.go and edits.go temperature and top P are defined with json modifier omitempty: ``` chat.go: Temperature float32 `json:"temperature,omitempty"` chat.go: TopP float32 `json:"top_p,omitempty"` completion.go: Temperature float32 `json:"temperature,omitempty"` completion.go:...