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

Add audio seeking within the downloaded audio data #176

Open
Br0000k opened this issue Feb 21, 2021 · 1 comment
Open

Add audio seeking within the downloaded audio data #176

Br0000k opened this issue Feb 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Br0000k
Copy link
Contributor

Br0000k commented Feb 21, 2021

Lagrange doesn't have a slide (or even shortcuts) for audio playback control. Currently, you can only rewind to the very beginning.

@skyjake skyjake added the enhancement New feature or request label Feb 22, 2021
@skyjake
Copy link
Owner

skyjake commented Feb 22, 2021

This is one of those "high cost, low benefit" kind of features. It is on my longer-term to-do list, though. The UI implementation is pretty easy, but each audio decoder (WAV, MP3, Vorbis, etc.) needs to handle seeking in its own way.

The current audio playback feature in Lagrange should be considered a preview of the audio content — much like the inline image viewer, the inline audio player is very limited in what it can do. For a better viewing/listening experience, the file should be saved to downloads and viewed with another app. (And that could also be improved so that launching such external viewers is easier.)

@skyjake skyjake changed the title Add audio playback control (slide) Add audio seeking within the downloaded audio data Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants