AshleyF
AshleyF
A better way to phrase the issue: M should not be the same as L' R. http://jsfiddle.net/AshleyF/2xAVX/106/ ```html Repro When I hold a cube like this: ... and do an...
Would this work? 000 - @p push @p ex 001 - 5 002 - 2 003 - 'H' 004 - 'i' 005 - jump (>string) Where `(>string)` is: 000 -...
Hi Zhi, I can repro this behavior. It seems that it's the `DiagnosticsSampler` source component being stopped during regular pipeline shutdown. To unblock you, please try a workaround like the...
It looks like perhaps the device doesn't support single-channel. The `AudioCapture` component takes an optional [`AudioCaptureConfiguration`](https://github.com/microsoft/psi/blob/master/Sources/Audio/Microsoft.Psi.Audio.Linux/AudioCaptureConfiguration.cs) with a [`WaveFormat`](https://github.com/microsoft/psi/blob/master/Sources/Audio/Microsoft.Psi.Audio/WaveFormat.cs) which defaults to 16KHz, 1 channel, 16-bit PCM. You could try...
Thanks for reporting this, Thomas. I consider this a bug in the `SystemSpeechRecognizer` component. I'm working on a fix. The explanation of the behavior is that [pipelines containing finite source...
Hi @tteichmeister, it seems you've uncovered another bug. Short answer: Perhaps avoid using this `RecognizeCompleted` stream until we've had a chance to fix this issue. Instead, try something like `recognizer.Out.Where(r...
I'm looking into this. Unlimited delivery policies are indeed the likely culprit, with ever-growing queues. Setting to `SynchronousOrThrottle` in `CopyStream`, as you did, is a good idea to try. Additionally,...
Hey Zhi, glad that works for you. You're right that the effects of throttling and back pressure may not be appropriate for all (most?) scenarios. I believe we'll make this...
Hi Chirag, You’re correct that the Linux `ImageEncoder`/`Decoder` components are actually not Linux-specific. They’re cross-platform .NET Standard and the SkiaSharp dependency should work on Mac (though not tested). Perhaps these...
Hi Zhenjie, while the Nao videos you're mentioning are likely of prototype systems we've built before \psi, we _have_ experimented also with writing \psi components for interfacing with the Nao/Pepper...