# Adding sound source

**URL:** https://community.thunkable.com/t/adding-sound-source/1230130
**Category:** Questions about Thunkable X
**Created:** [April 17, 2021, 5:37pm UTC](https://community.thunkable.com/t/adding-sound-source/1230130 "2021-04-17T17:37:25Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![ayeshakhatoon](https://avatars.discourse-cdn.com/v4/letter/a/67e7ee/32.png) [@ayeshakhatoon](https://community.thunkable.com/u/ayeshakhatoon)
#### Post date: [April 17, 2021, 5:37pm UTC](https://community.thunkable.com/t/adding-sound-source/1230130/1 "2021-04-17T17:37:25Z")

</div>

how should we add a sound source component, I want to play the sound by which is given by the user how should I do it?

---

<div class="post-metadata">

### Author: ![hoch.academydhj7](https://avatars.discourse-cdn.com/v4/letter/h/6bbea6/32.png) [@hoch.academydhj7](https://community.thunkable.com/u/hoch.academydhj7)
#### Post date: [April 18, 2021, 3:00am UTC](https://community.thunkable.com/t/adding-sound-source/1230130/2 "2021-04-18T03:00:24Z")

</div>

I don’t think that is possible currently…

Unfortunately, You can’t upload a file that’s not a photo or video  
in your case an audio file… The only way to play an audio file that’s not included in  
the app is to get it from a URL By asking the user What is the URL of the song you want to play?  
Once the user inputs this then the app will get the audio file from the specified link and then play it…  
 ![script](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/4/740737b91d8d5242afd23a920fcd244639019120.png)  
For example the url can be this [https://www.myinstants.com/media/sounds/untitled\_3.mp3](https://www.myinstants.com/media/sounds/untitled_3.mp3)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [April 18, 2021, 10:37am UTC](https://community.thunkable.com/t/adding-sound-source/1230130/3 "2021-04-18T10:37:16Z")

</div>

You can easily use an html page and use the file tag to get the URL and pass it back to Thunkable using the Web Viewer extension.

---

<div class="post-metadata">

### Author: ![ayeshakhatoon](https://avatars.discourse-cdn.com/v4/letter/a/67e7ee/32.png) [@ayeshakhatoon](https://community.thunkable.com/u/ayeshakhatoon)
#### Post date: [April 18, 2021, 10:54am UTC](https://community.thunkable.com/t/adding-sound-source/1230130/4 "2021-04-18T10:54:31Z")

</div>

thanks

---

<div class="post-metadata">

### Author: ![ayeshakhatoon](https://avatars.discourse-cdn.com/v4/letter/a/67e7ee/32.png) [@ayeshakhatoon](https://community.thunkable.com/u/ayeshakhatoon)
#### Post date: [May 18, 2021, 6:47am UTC](https://community.thunkable.com/t/adding-sound-source/1230130/5 "2021-05-18T06:47:39Z")

</div>

can you please show me some example?

I’m trying to get the audio input through user from normal blocks then how can I add that audio in HTML and store it …I’m confused

---

<div class="post-metadata">

### Author: ![ayeshakhatoon](https://avatars.discourse-cdn.com/v4/letter/a/67e7ee/32.png) [@ayeshakhatoon](https://community.thunkable.com/u/ayeshakhatoon)
#### Post date: [May 18, 2021, 1:59pm UTC](https://community.thunkable.com/t/adding-sound-source/1230130/6 "2021-05-18T13:59:19Z")

</div>

@muneer

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 18, 2021, 3:48pm UTC](https://community.thunkable.com/t/adding-sound-source/1230130/7 "2021-05-18T15:48:48Z")

</div>

Can you please explain clearly what you want me to clarify?

What is not clear in the example project?

---

<div class="post-metadata">

### Author: ![ayeshakhatoon](https://avatars.discourse-cdn.com/v4/letter/a/67e7ee/32.png) [@ayeshakhatoon](https://community.thunkable.com/u/ayeshakhatoon)
#### Post date: [May 18, 2021, 4:56pm UTC](https://community.thunkable.com/t/adding-sound-source/1230130/8 "2021-05-18T16:56:00Z")

</div>

Actually, I want to make an app where you amplify the audio and also save those recordings…so I came to know how to record and play the audio but when I use local storage to save the recording it’s not working I don’t know why and how to add external code to amplify the audio?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:25pm UTC](https://community.thunkable.com/t/adding-sound-source/1230130/9 "2024-11-08T13:25:12Z")

</div>


