We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
voicevox_engineで使用されているcoreのサポートをするかどうか、作るとしたらどう作るかを考えたい。
https://github.com/yamachu/VoicevoxEngineSharp でも使えるように…みたいにしたいので、その辺りのinterfaceとかも整えられると嬉しい。
The text was updated successfully, but these errors were encountered:
https://github.com/yamachu/TryCSharpNativeCall こんな感じでLoadして、またそれをContextを分けてinvokeする方法があるらしい。
https://learn.microsoft.com/ja-jp/dotnet/api/system.runtime.loader.assemblyloadcontext?view=net-7.0
この辺りをいい感じにラップして、このライブラリ使用者からは意識させないような形にすると嬉しいかもしれない。
Core /* IDsposable */core = new VoicevoxCore(CORE_VERSION.CORE_0_14)
みたいな…?
Sorry, something went wrong.
No branches or pull requests
voicevox_engineで使用されているcoreのサポートをするかどうか、作るとしたらどう作るかを考えたい。
https://github.com/yamachu/VoicevoxEngineSharp
でも使えるように…みたいにしたいので、その辺りのinterfaceとかも整えられると嬉しい。
The text was updated successfully, but these errors were encountered: