-
Hello,
I would like to use NAudio WasapiLoopbackCapture with the new possibility of capture loopback audio from (or excluding) a specific process. This requires Win 10 20348 or later.
There is a…
-
Using SpeechToText ListenAsync on iOS:
``
SpeechToTextResult speechToTextResult = await SpeechToText.ListenAsync(CultureInfo.CurrentCulture,
…
-
## Actual behavior
Seems CsWin32 generates ReadOnlySpan where it should't:
I seening `string lpString, ReadOnlySpan lpDx` where in original there is `winmdroot.Foundation.PCWSTR lpString, uint c, …
-
### Description
When running the code below, the app crashes when built with an AOT profile. When running with the interpreter, or without a profile, the app runs properly.
### Reproduction Step…
-
We need varargs support, since almost any simple tutorial use `printf`. Without that support we cannot go to public probably, otherwise Cesium always look as toy project.
Look for the number `196` …
-
Hello there,
I am using C# with Vosk, and trying to set specific grammar in cyrillic characters.
First of all, this will not work:
```csharp
var recognizer = new VoskRecognizer(model, SampleRa…
-
Hi,
I was trying to get vGen (the C# wrapper) running for vXbox devices but with no luck. Then I tried your vXboxInterface `Test.exe` and it works - the windows "USB plugged in" sound is heard. The `…
-
As you can see in the code below, we are using the Marshal.PtrToStructure method to marshal an array containing a null terminated, valid ASCII string into a class. To make sure the string is interpret…
-
At the current state e.g. the functions `H5F.create( .. )` and `H5F.get_filesize( .. )` both return `Int32` even though `create` returns an actual id and `get_filesize` only indicates if there was an …
-
System overview : [native_app] [trusted custom managed bootstrap assembly] [untrusted managed app assemblies]
1. I want our trusted managed bootstrap to be able to p/invoke to make wrapped native…