How to add sounds when a button is pressed ?

I want to make something a bit like when you press a button you would get the sounds of a recording and then u can save it to your gallery can this be done.

I’m confused as to what it is you are looking for. Do you want to play a sound when the button is pressed, or do you want to build an actual audio recording app?

If you want to play sounds, we have not yet exposed this to the JS layer, but it’s in the roadmap, see https://www.fusetools.com/developers/guides/fusejs. If you want to build it right now, you’ll need to use Uno and write your own.

If you want to build a sound recording app, there’s no quick answer to that, since it’s a large task itself. My best advice would be to read the documentation and start planning how to execute the app before you start coding. :slight_smile:

ok thanks bent