psi
psi copied to clipboard
Platform for Situated Intelligence
The issue is that there is no guarantee that final callback will be handled in _upstream to downstream order_, thus it’s possible for such components chained together to finalize and...
Do not rely on the originating times of messages from the SystemSpeechRecognizer and MicrosoftSpeechRecognizer components to be precise with respect to the input audio stream. Workaround: If such precision is...
Hello! I was wondering if there's any existing plans for Mac support for Media Capture and Imaging? It seems like the Linux Imaging component uses SkiaSharp for encoding/decoding, so perhaps...
Hello :wave: would it be possible to implement the "pausing" and "resuming" of an active pipeline? The current way to stop an active pipeline is to call `Dispose` which "stops...
Hello! I want to use the [HoloLens Capture Exporter](https://github.com/microsoft/psi/tree/master/Sources/MixedReality/HoloLensCapture/HoloLensCaptureExporter) to export the data recorded by Hololens. It needs the FFMPEG Support to build the Microsoft.Psi.Media.Windows.x64. However, when I include the...
Hi, I need to build the [Microsoft.Psi.Media.Windows.x64](https://github.com/microsoft/psi/tree/3ec2bb7bb6a0e446fc63332a9ef58f8e42ed8075/Sources/Media/Microsoft.Psi.Media.Windows.x64) project. From the [List of Components](https://github.com/microsoft/psi/wiki/List-of-Components#file-sources) page, it seems that `FFMPEGMediaSource` implemented in [FFMPEGMediaSource.cs](https://github.com/microsoft/psi/blob/master/Sources/Media/Shared/FFMPEGMediaSource.cs) is not supported by Windows. Then why does the...
When I try to run my project, I get the following error: ``` Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Psi.Media_Interop.Windows.x64, Version=0.18.72.1, Culture=neutral, PublicKeyToken=null' or one of its...
Hey there! The MSFT Store has a hard requirement that UWP apps be compiled through the .NET Native tool chain. To first build a UWP project with the tool chain,...
Hello, I am writing a composite component. The memory usage of the shared memory pool grows when a Join operator does not receive data from its primary stream. The secondary...
I'm hitting an issue when attempting to Launch the hololensCaptureApp after deploying to a hololens 2. VS2022 hits an exception, and the app fails to begin capturing. The below exception...