Visual Sound Effects SoundFlow

:speaker_high_volume: Visual Sound Effects PopSound β€” Play Audio from Any Workflow, No Code Needed - COMPLETELY FREE !!!

Hey Bubble community! :waving_hand:

I just published a plugin I built to solve a problem I kept running into β€” there’s no easy native way to trigger sound effects from workflows in Bubble. So I made one.


:bullseye: What it does

Visual Sound Effects PopSound lets you play any audio file directly from a workflow action β€” with full control over volume, looping, and playback. Two actions, zero code required.

sound effect β€” plays a sound. Configure:

  • :link: Audio source (file upload, external URL, or dynamic from your database)
  • :speaker_high_volume: Volume (0 to 1)
  • :repeat_button: Loop (yes/no)
  • :stop_sign: Stop other sounds before playing (yes/no)

stop sound β€” immediately stops whatever is playing. No fields, just plug it in.


:hammer_and_wrench: 3 ways to use it

1. Upload an MP3 or WAV to Bubble’s File Manager
Most reliable option. No CORS issues, works on all browsers including Safari and iOS.

2. Dynamic file from your database
Perfect for per-user sounds. Store a File field on your User (e.g. notification_sound) and pass it dynamically β€” Current User's notification_sound. Each user gets their own sound.

3. Any direct external URL
Point it at any public .mp3 or .wav link from a CDN or external host.


:light_bulb: Use cases I’ve tested

  • :white_check_mark: Notification alert when a new message arrives
  • :white_check_mark: Success sound on form submission
  • :white_check_mark: Error sound on failed validation
  • :white_check_mark: Looping background music that stops on button click
  • :white_check_mark: Per-user custom notification sounds stored in the database

:high_voltage: Quick workflow example

Trigger: Button clicked
Step 1 β†’ sound effect
  audio_url: Current User's notification_sound
  volume: 0.8
  loop: No
  stop_others: Yes

:clipboard: Supported formats

Format Best for
MP3 Everything β€” best compatibility, small size
WAV High quality short effects

Would love to hear your feedback and use cases! Drop a reply if you try it or have feature requests. Happy building :rocket:

Feel free to use it test it make a response about it thank you all of you :beating_heart:

[Install the plugin here β†’ Visual Sound Effects SonicFlow Plugin | Bubble]

1 Like