You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Licensed under the MIT license: https://opensource.org/licenses/MIT
usingSystem.Diagnostics.CodeAnalysis;
[assembly:SuppressMessage("Interoperability","SYSLIB1054:Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time",Justification="Not supported in netstandard, might need to use 2 versions",Scope="member",Target="~M:Whisper.net.Native.NativeMethodsDllImports.whisper_init_state(System.IntPtr)~System.IntPtr")]