psi
psi copied to clipboard
Platform for Situated Intelligence
I've been reading through the documentation and I couldn't get a 100% clear answer to my question. Apologies if I missed anything. From what I gather, sigma requires an internet...
Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 2.1.90 to 2.5.187. Release notes Sourced from MessagePack's releases. v2.5.187 Changes: #2014: Use a collision-resistant hash algorithm for untrusted data to address https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-4qm4-8hg2-g2xm #2010: Update published security...
Proposed modifications: Adding Microsoft.Psi.InteropAndroid, that is a reduction of Microsoft.Psi.Interop for TCPSource/Writer with a modification of dynamic to template (crash with refecerence exception on Quest). Microsoft.Psi project modifications: PsiStore path...
Hi, I am trying to export speech recognition results to csv using the PsiStoreTool. What is the right way to do that? Using the save option from the tool I...
Proposed modifications: Adding Microsoft.Psi.InteropAndroid, that is a reduction of Microsoft.Psi.Interop for TCPSource/Writer with a modification of dynamic to template (crash with refecerence exception on Quest). Microsoft.Psi project modifications: PsiStore path...
It could be great to add a Trace.WriteLine() in TcpWriter in the Receive method in case **networkStream** is null (line 68) ``` if (this.networkStream != null) { this.networkStream.Write(BitConverter.GetBytes(count), 0, sizeof(int));...
Currently the PsiBot etc are set up to require the use of Ngrok. Can this be updated to use the Microsoft Dev Tunnel instead and have instructions on how to...
Hi, I'm using [this](https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/PublicSamples/PsiBot) teams bot to record call audio for multiple people in MS Teams. I've been able to export each stream to it's own .wav, but I want...
Hi, I followed the instructions and successfully deployed the application on my HoloLens 2, connecting it to my servers on the PC. Then, the Sigma voice assistant popped up. However,...
Optionnal PR, it could be the modification of TcpWriter or a new class allowing the multi connections.