Advanced Audio Player - New Plugin from Zeroqode

Hi @cohereandnow, thanks for your message.

The developer team will check this moment, to see if we can replicate it on our side. In the meanwhile, please let us know the type& size of the audio file, as well as the type & version of the device and browser where this issue has been encountered.
It will help us to identify any cause much faster.

Looking forward to your reply.

Regards,
Zeroqode Support Team

Hi @cohereandnow, we’ve checked the reported case on our side, and mp3 files with a duration of over 15 minutes are played normally, with no interruptions.

In case the issue persists on your side,

Looking forward to your reply.

Regards,
Zeroqode Support Team

Would it be possible to add aiff?

Hello, @rosshelton,

I appreciate your message and your interest in our plugins.

We will consult with our development team to determine if the plugin’s library supports the addition of the AIFF audio format. Rest assured, we will promptly inform you of any updates or findings.

If you have any further inquiries about the plugin, please don’t hesitate to reach out to us. We are always delighted to assist you.

Best regards,

Zeroqode Support Team.

Hello @rosshelto,

We appreciate your patience. After consulting with our development team, we have confirmed that the Advanced Audio Player Plugin library only supports the following file formats: wav, mp3, mp4, ogg, webm, oga, and flac. Unfortunately, both the plugin library and html5 do not have support for the AIFF format.

To address this limitation, we have added a ticket to our Plugin Ideas list to create a new plugin that will offer support for the AIFF audio format. We will thoroughly investigate this option in the future. If there are any updates regarding this matter, we will inform you here.

Thank you for your understanding and for using our plugins.
If you require any further information, please don’t hesitate to reach out. Wishing you a fantastic day ahead! :blush:

Best regards,
Zeroqode Support Team.

Hi! Looks liked the audio player is automatically stopped after all songs in a list have been played when shuffle is on. Is there a way to keep the audio player going even when all the songs in a list have been played so it keeps shuffling songs infinitely?

Hello @teamprogresscomplete,

Thank you for reaching out to us.

We’ve tested the plugin and observed that after the last song finishes, the playlist automatically starts over from the beginning. However, when using the ‘play previous/next’ actions, playback stops at the end of the list. Could you please confirm if this is what you wanted to be changed, ex: so that ‘play next’ triggers the first song if it is on the last song? Please let us know so we can check the possibility of such improvement for a new version. :pray:

We appreciate your input and look forward to your response.

Best regards,
Zeroqode Suppport Team

Yes that would be great!!

Also, the “play an audio player” action hasn’t worked since version 1.5.10
Only the play from index. The only way to play the audio player has been to use the built in play button or the “play from index” action.

For example, drag the player to the middle of the song and trigger “Play an audio player” via an icon or something and nothing will happen.

Hello @teamprogresscomplete,

Thank you for your message.

We’ve reviewed the “Play AudioPlayer” action and also observed the issues you mentioned. We’ve forwarded all the necessary details to our development team for further analysis and to find a resolution, the new version will also include improving the functionality for the ‘play previous/next’ actions to enable continuous looping.

We appreciate your vigilance in bringing this to our attention. Rest assured, we will keep you updated on any developments or news regarding this matter.

In the meantime, if you have any other questions or require further assistance, please don’t hesitate to let us know. We’re here to help.

Best regards,
Zeroqode Support Team

Hi! Seems the shuffle feature isn’t working currently. Doesn’t seem to be working in the demo either.

Also, currently when making use of the “play next song” action, it plays the next song on the list, not the actual next song. Would it be possible to fix this to make it function in a more traditional way of playing the next song after the selected song?

For example, in the demo if you

  1. click song 1
  2. click song 5
  3. click the next button, it will play song 2 instead of song 6

It would nice in this scenario, when song 5 is currently playing, if instead of playing the next song in the list (song 2) it played the actual next song (song 6)

Hi @projectmuse.dev, :wave:

Thank you for bringing this to our attention. We’ll check with our development team regarding the shuffle feature and the “play next audio” action. We appreciate your feedback and will get back to you with an update as soon as possible.

Thank you for noticing and providing detailed examples. :slightly_smiling_face:

Best regards,
Zeroqode Support Team.

Thanks!! Also would be great if instead of the skip 10 seconds, we had the next track button available on iOS! Especially with all the awesome features it has regarding playing from lists.

Hi @projectmuse.dev, :wave:

Thank you for your suggestion!

We will inquire with our developers to see if adding a “Next Track” button on iOS is feasible and will let you know as soon as we have more information.

Thank you for your valuable feedback and for your patience.

Best regards,
Zeroqode Support Team.

Hello @projectmuse.dev, :wave:

We are pleased to inform you that our plugin was updated, and the latest update is version 1.63.0 - Fixed shuffle, playing next/previous song and added “Show Next/Previous Buttons” field. which addresses your inquiry. To activate newly added functionality with adding Next/Previous track buttons you need to go in the plugin element settings:

We hope this enhancement will meet your needs and look forward to hearing your feedback. Please update to the latest version to benefit from this improvement. :slightly_smiling_face:

Please let us know if everything works well inside your app.

Looking forward to your reply!

Best Regards,
Zeroqode Support Team.

Hello @projectmuse.dev, :wave:

We hope you’re doing well.

We wanted to follow up regarding the plugin update to version 1.63.0, which includes the fixed shuffle and added “Show Next/Previous Buttons” field. Have you had a chance to update and test the new functionality in your app?

Please let us know if everything works well or if you need any further assistance.

Looking forward to your reply!

Best regards,
Zeroqode Support Team.

Its pretty good for audio, I used it for audio of text to speech conversion tool audiomodify.

Hi Bubbler! :waving_hand:t2:
Please note that the links in the main post might be outdated.

Here are the latest and updated links for your convenience:

We recommend always using these links from the comments to get the most current information and demo experience.

If you have any questions, feel free to ask! We’re happy to help.

Best regards,
Levon Terteryan
Founder @Zeroqode

Hi there!, Im having an issue with this plugin

When I update the dynamic value of the “Song” input in the Player Element, the player doesnt update the files to play. This happens with a list of file URLs
 The player plays it well (the first load) but then it can change it (I want to change the playlist for another).

I hope you can help me @levon , this use case is not in the demo preview.

Hi @joqr231210,

Thanks for reaching out and describing your use case!

The behavior you are encountering happens because the initial Song data field configuration on the Advanced Audio Player element is designed to initialize the source or playlist on the initial page load. Changing the dynamic value inside that element property field after the page has already loaded will not automatically re-initialize or flush the internal player queue.

To dynamically switch your playlist or load a completely new list of song URLs on the fly, you will need to utilize workflow actions instead.

How to change the playlist dynamically:

  1. Clear the current queue (Optional): If you want to replace the current playlist entirely rather than appending to it, make sure to look for a clear action or trigger a page state reset if necessary, though the load action typically sets the current target.
  2. Use the “Load audio” Action: Instead of updating the element’s property field directly, trigger a Bubble workflow when you want the playlist to change (for example, when a user clicks a “Switch Playlist” button or selects a new playlist from a dropdown).
  3. Configure the Action: Add the element action Load audio to your workflow step. In the Song property field of that action, pass your new list of dynamic file URLs.
  4. Trigger Playback: According to the plugin logic, once the new audio files are loaded into the player’s internal queue buffer, you can trigger the Play or Play first audio action right after it in the workflow sequence to start playing the new playlist seamlessly.

Please try setting up this workflow logic in your app. You can find more details regarding all the available element actions and properties in our official documentation here: Advanced Audio Player Documentation.

Give this a go and let me know if it resolves the issue or if you need any further guidance!

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3