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

The circle that allows the user to navigate through an audio file during preview disappear #565

Open
tomakorea opened this issue Apr 28, 2024 · 4 comments

Comments

@tomakorea
Copy link

tomakorea commented Apr 28, 2024

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

  • A clear and concise description of what the bug is.
    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.

Capture d’écran 2024-04-28 à 19 29 18

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:

  1. Double click on an audio file in a folder
  2. Play the audio file
  3. Click the button on the top left to exit the preview and comeback to the folder
  4. Double click again on the audio file
  5. You can notice de navigation circle disappeared

🩺 Environment / Setup

Complete the following information:
Tested on Safari and Firefox (Mac OS 12.7.4 and Debian with Firefox)
Server Versions:

  • Cells Version latest docker version
  • MariaDB/MySQL latest docker version
  • Server OS: Debian 12

Client used for testing:

  • Browser : Safari, Firefox
  • Mac OS 12.7.4 and Debian 12
@tomakorea tomakorea changed the title The circle that allow the user to navigate through an audio file (mp3, wav) during preview, disappear if used 2 times The circle that allows the user to navigate through an audio file during preview disappear Apr 28, 2024
@cdujeu
Copy link
Member

cdujeu commented Apr 29, 2024

thanks for reporting ... we have a longstanding plan to find an alternative js audio player, so not sure we'll investigate much on that.

@tomakorea
Copy link
Author

tomakorea commented Apr 29, 2024

Can't you use Wavesurfer ? https://github.com/katspaugh/wavesurfer.js/
I used it on small projects, it works really well, it displays the waveform and the user can click anywhere on the waveform to navigate the audio file. It's also very stable.

@cdujeu
Copy link
Member

cdujeu commented Apr 30, 2024

why not, seems nice - is there any "playlist" concept ?

@tomakorea
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants