Andy

Results 60 comments of Andy
trafficstars

is there any update on this one? Can you please provide a snippet of how to get the engagement data using the library?

same here. Why not providing an already built release with ready to run packages? Not eveyones wants the compile everything, most of the people will only want to actual use...

Quite disappointing to see total silence on solving this issue.

Would be very helpful to have a NetCore compatible version. Any idea of when this would be started?

Just to clarify and avoid adding more confusion to this thread: DllImport attribute IS supported by NetCore and would work in Linux: https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.dllimportattribute?view=netcore-3.1 Not sure why has been stated otherwise,...

You don't need to name the extension. Windows will use the .dll , Linux the .so [​DllImport​(​"​libdeepspeech"​)] In Linux you need to set the LD_ var. In Windows you need...

Not tried this for this library, but I used it in other situations My point is that if there is a problem with NetCore, it is not in the DllImport...

Specifying the extension it should load the required file. Very strange it doesn't. The extension should be automatically added only if not specified. Doing something like: [​DllImport​(​"​libdeepspeech.so"​)] Should find the...

Is there any update on .NetCore side? Are you guys going to look into this?

@Davilink this is great news! Thanks for this. I will spend some time in this and report back. Would be good to have your changes merged in the main project...