-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently Strem only gets built for and runs on Windows, but as its all built off cross platform tech there is no real reason why it cant run on other platforms such as Linux or OSX which dotnet supports.
So it would be good if we could support Linux (and possibly OSX) and build for it as part of BAU work.
Describe the solution you'd like
Strem runs on Linux and tagged builds are created for Linux
Describe alternatives you've considered
N/A
Additional context
There will be some native functionality which will not work on Linux such as:
- Voice Recognition
- Audio Playback
- Text To Speech (TTS)
For now this can just be empty implementations to get a working build, luckily we already abstract away the native parts so it should be easy enough to support assuming Photino and 3rd party dependent libs do.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request