# \[SOLVED\]Sound blocks - the wrong sound file is being played

**URL:** https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403
**Category:** Issues / Bugs
**Created:** [December 10, 2023, 2:57pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403 "2023-12-10T14:57:32Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![classlessteacher](https://avatars.discourse-cdn.com/v4/letter/c/f08c70/32.png) [@classlessteacher](https://community.thunkable.com/u/classlessteacher)
#### Post date: [December 10, 2023, 2:57pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/1 "2023-12-10T14:57:32Z")

</div>

I am trying to create a basic drum machine style app.

Here are the blocks

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/3/632d8060d625e0402cb67303e3f99f7a9c8a6f9e.png)

Here is the layout

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/9/d9637652be3ec9e54d18f857432ef59b6e434a6c.png)

If I click ‘rim’ \> ‘kick’ \> ‘rim’ it will play ‘rim’ \> ‘kick’ \> ‘kick’  
If I click ‘kick’ \> ‘rim’ \> ‘kick’ it will play ‘kick’ \> ‘rim’ \> ‘rim’

I am waiting over 2 seconds before pressing the next button just to make sure the file has finished playing.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [December 10, 2023, 3:52pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/2 "2023-12-10T15:52:03Z")

</div>

What is the purpose of the wait blocks? What happens if you remove those?

Can you share a link to the project?

---

<div class="post-metadata">

### Author: ![classlessteacher](https://avatars.discourse-cdn.com/v4/letter/c/f08c70/32.png) [@classlessteacher](https://community.thunkable.com/u/classlessteacher)
#### Post date: [December 10, 2023, 4:12pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/3 "2023-12-10T16:12:19Z")

</div>

The wait blocks are just a left over from trying to troubleshoot. I had any potential error appear after 2 seconds so I knew when the file would have finished playing.

[https://x.thunkable.com/copy/b3c882fb258021a67dbdec49613f253a](https://x.thunkable.com/copy/b3c882fb258021a67dbdec49613f253a)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [December 10, 2023, 4:26pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/4 "2023-12-10T16:26:41Z")

</div>

Seems like a pretty clear bug to me. Your blocks are really simply and there’s nothing else I can see that might contribute to an issue such as a special character in the filenames.

It’s highjacking the sound file after the second click:

- If I click ‘rim’ \> ‘kick’ then every click of either button after that will be ‘kick’
- If I click ‘kick’ \> ‘rim’ then every click of either button after that will be ‘rim’

---

<div class="post-metadata">

### Author: ![liyuoplbsd](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/liyuoplbsd/32/125236_2.png) [@liyuoplbsd](https://community.thunkable.com/u/liyuoplbsd)
#### Post date: [December 18, 2023, 1:12pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/5 "2023-12-18T13:12:13Z")

</div>

Hello!

I have the same bug.  
It started only in December (or maybe November, not earlier).  
Project (it has worked for 2 years without any bugs):  
[https://x.thunkable.com/copy/708fc70af7978371a26cabd8e2893039](https://x.thunkable.com/copy/708fc70af7978371a26cabd8e2893039)

---

<div class="post-metadata">

### Author: ![schoolcodeclass2mgk1](https://avatars.discourse-cdn.com/v4/letter/s/5fc32e/32.png) [@schoolcodeclass2mgk1](https://community.thunkable.com/u/schoolcodeclass2mgk1)
#### Post date: [February 20, 2024, 10:58am UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/6 "2024-02-20T10:58:34Z")

</div>

This issue still exists. Please, fix it!

---

<div class="post-metadata">

### Author: ![classlessteacher](https://avatars.discourse-cdn.com/v4/letter/c/f08c70/32.png) [@classlessteacher](https://community.thunkable.com/u/classlessteacher)
#### Post date: [May 13, 2024, 11:12pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/7 "2024-05-13T23:12:03Z")

</div>

This is still an issue.

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [May 14, 2024, 3:53pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/8 "2024-05-14T15:53:16Z")

</div>

Hi @classlessteacher, thanks for your patience.

There are a lot of issues to sort out with our sound component and I do apologize. The engineering team is currently working on getting these all sorted and once they do, we’ll update our documentation and give a notice here as to the intended implementation and behavior using the sound blocks.

---

<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: [May 24, 2024, 5:10pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/9 "2024-05-24T17:10:21Z")

</div>

Hello @classlessteacher @schoolcodeclass2mgk1 @liyuoplbsd @tatiang  
Thank you again for your patience. I would like to let you know that we have now officially released a fix for this bug.

Please keep in mind that you may need to do a [hard refresh](https://docs.thunkable.com/getting-started/data-sources/data-sources#hard-refresh-your-browser) of your browser for the changes to take effect in your project. If this issue is present on the [Thunkable Live](https://thunkable.com/mobile) app, you will want to update that through the App Store and/or Google Play Store before any changes will occur. If your [downloaded or published app](https://docs.thunkable.com/publishing-apps/publish) is affected by this bug, you will need to re-download or re-publish your app for these changes to take effect.

---

<div class="post-metadata">

### Author: ![classlessteacher](https://avatars.discourse-cdn.com/v4/letter/c/f08c70/32.png) [@classlessteacher](https://community.thunkable.com/u/classlessteacher)
#### Post date: [May 28, 2024, 11:32am UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/10 "2024-05-28T11:32:10Z")

</div>

Good morning,  
Thank you for the update, unfortunately it still has not fixed the issue.  
Thanks,  
Jason.

---

<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: [May 28, 2024, 1:31pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/11 "2024-05-28T13:31:31Z")

</div>

Hello @classlessteacher  
It seems that the issue is only on the advanced blocks.  
Could you please try regular sound blocks?  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/1/51476c5f4c5f2ff92ec48ec640eff2ddbaec83fc.png)

---

<div class="post-metadata">

### Author: ![classlessteacher](https://avatars.discourse-cdn.com/v4/letter/c/f08c70/32.png) [@classlessteacher](https://community.thunkable.com/u/classlessteacher)
#### Post date: [May 28, 2024, 1:45pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/12 "2024-05-28T13:45:56Z")

</div>

Thank you, this resolves the issue.  
Thanks,  
Jason.

---

<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: [May 31, 2024, 9:43pm UTC](https://community.thunkable.com/t/solved-sound-blocks-the-wrong-sound-file-is-being-played/2745403/13 "2024-05-31T21:43:20Z")

</div>


