sillsdev / sillsdev/languageforge-lexbox
Allow downloading/exporting audio
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9
- Forks
- 8
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 49
Description
Describe the feature
It would be nice to be able to save an audio file and share it or use it somewhere else. Right now there's no way to do that in FW Lite.
On mobile this should trigger a share action, everywhere else it should prompt to save the file somewhere.
Right now MiniLcm doesn't expose the location of it's files it just returns a stream, if we can work with that then it would be the best. For desktops that should be fine as the user will pick a file location and we will save it there. For mobile that's less easy as the only way to share a file is via it's path.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how FW Lite accesses audio and how MiniLcm's stream-returning API is used. Determine the platform-specific save and share entry points; done means desktop users can choose a save location and mobile users can share the audio file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop-dev, mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100