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

Implement a feature that let users open/play audio files in the user interface. #61

Open
opeolluwa opened this issue Apr 3, 2023 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers medium medium level of difficulty

Comments

@opeolluwa
Copy link
Owner

opeolluwa commented Apr 3, 2023

The application core built with Rust fetches the audio files from the device's
default audio directory and passes an array of these files to the UI for rendering. Implement a feature that let users open/play audio files in the user interface.

See convertFileSrc to get started and the music data structure defined here

Experience with Rust Typescript, React/Next.js and Tauri is required

@opeolluwa opeolluwa added enhancement New feature or request good first issue Good for newcomers Easy labels Apr 3, 2023
@opeolluwa opeolluwa changed the title Read file content Implement a feature that let users open/play audio files in the user interface. May 29, 2023
@opeolluwa opeolluwa added medium medium level of difficulty and removed Easy labels May 29, 2023
@cardotrejos
Copy link

I would try to get more familiarized with the project, but this seems to be a good first issue to work in.

@opeolluwa
Copy link
Owner Author

Hi @cardotrejos, thanks for picking interest in what I'm building, I'm here to answer the questions you might have

@opeolluwa
Copy link
Owner Author

Hi @cardotrejos how's it going

@cardotrejos
Copy link

@opeolluwa I appreciate your patience with this! I would like to work on it.

@opeolluwa
Copy link
Owner Author

All right, @cardotrejos
Here is what the functional requirement.

Create a reusable component, this can be implemented as a draggable element or an element fixed to the bottom of the application window.

There can only be one instance of the component at a time and it Will be used along with the Tauri convertFileScr to play the audio.

Not that, every audio file path already returns the file absolute path.

You might have a lot of questions regards this, I'd be happy to answer and review this approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers medium medium level of difficulty
Projects
None yet
Development

No branches or pull requests

2 participants