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

feat: Audio Playback #529

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

csponge
Copy link

@csponge csponge commented Sep 29, 2024

This PR adds the ability to play audio files. Additionally, it adds a few new UI elements for interacting with audio. Below is a list of the newly added elements:

  • Slider (used for changing the current position in the file)
  • Play/Pause
  • Mute/Unmute

NOTE: There are a few bugs to work out, but I think they would be better suited for new issues because they affect more than just the audio player.

Refs: #450

* Add the ablity to play audio files defined in the AUDIO_TYPES list.

* Add a slider to seek through an audio file.

* Add play/pause and mute/unmute buttons for audio files.

Refs: TagStudioDev#450
@CyanVoxel CyanVoxel added Type: Enhancement New feature or request Type: UI/UX User interface and/or user experience labels Oct 1, 2024
@CyanVoxel CyanVoxel added the Status: Review Needed A review of this is needed label Oct 2, 2024
@CyanVoxel CyanVoxel self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Review Needed A review of this is needed Type: Enhancement New feature or request Type: UI/UX User interface and/or user experience
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

2 participants