sillsdev / sillsdev/languageforge-lexbox

Allow downloading/exporting audio

Open
#1,878 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

💻 FW Lite
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.