-
Notifications
You must be signed in to change notification settings - Fork 180
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
The circle that allows the user to navigate through an audio file during preview disappear #565
Comments
thanks for reporting ... we have a longstanding plan to find an alternative js audio player, so not sure we'll investigate much on that. |
Can't you use Wavesurfer ? https://github.com/katspaugh/wavesurfer.js/ |
why not, seems nice - is there any "playlist" concept ? |
Unfortunately not, but in few minutes I was able to use wavesurfer + a bit of code to make a comments system at specific time-codes on an audio file, just by using javascript. Being able to comment at a specific spot of an audio file is especially good for audio professionals such as composers, musicians, sound designers, sound editors and post production facilities since the client is able to mark at the right time what he likes/dislikes/want to change. The fact there is also a waveform display is making this feature really convenient. There are actually online services like mixup.audio that offers this kind of features but even a simple implementation using wavesurfer would be a huge benefit/selling point since there is no open source solution that does the same thing. |
Note: This issue tracker is only used for reporting qualified bugs. Use Pydio Forums for support or feature requests: first-start, install, or config-related troubleshootings will be ignored and closed! Otherwise, please fill all sections below.
📝 Describe the bug
After double-click on an audio file in a folder to play it, then go back to the folder and click again to the audio file, the circle that allows navigation within the audio file disappear and only the play button in the center remains.
PLEASE Check my video here that shows the bug in action :
https://github.com/pydio/cells/assets/69623824/c9cc3580-db7f-4f36-933a-55d2ca04a3d4
⚙️ How-to Reproduce
Steps to reproduce the behavior:
🩺 Environment / Setup
Complete the following information:
Tested on Safari and Firefox (Mac OS 12.7.4 and Debian with Firefox)
Server Versions:
Client used for testing:
The text was updated successfully, but these errors were encountered: