Skip to content
New issue

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

Figure out publishing workflow #4

Open
ClementTsang opened this issue Jun 2, 2022 · 0 comments
Open

Figure out publishing workflow #4

ClementTsang opened this issue Jun 2, 2022 · 0 comments

Comments

@ClementTsang
Copy link
Owner

ClementTsang commented Jun 2, 2022

Publishing this is... confusing.

The goal was to create a single file executable. Some problems I encountered:

  • Could not get resource embedding to work for model files - works fine if I leave them separate them out, but then it means I have to separately distribute the model/scorer files. This is fine, but a bit cumbersome.
  • Could not get dll importing to work at all for STT except for including the DLLs separately, and having to run Transcripter with the LD_LIBRARY_PATH=: environment variable. That's also kinda not optimal...

If this issue is still open and anyone reading this has any idea on how to fix these, feel free to let me know. I'm pretty unfamiliar with the dotnet (core) method of publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant