# Voices in MakeCode!

**URL:** https://forum.makecode.com/t/voices-in-makecode/31483
**Category:** Show & Tell
**Tags:** music, demo
**Created:** [November 2, 2024, 11:23pm UTC](https://forum.makecode.com/t/voices-in-makecode/31483 "2024-11-02T23:23:57Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Brohann](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/brohann/32/17380_2.png) [@Brohann](https://forum.makecode.com/u/Brohann)
#### Post date: [November 2, 2024, 11:23pm UTC](https://forum.makecode.com/t/voices-in-makecode/31483/1 "2024-11-02T23:23:57Z")

</div>

I have put together a couple of projects to showcase how far MakeCode has gotten in converting WAVs and MP3s to a format useable in your projects. I will be using Tom’s Diner because it the song originally used to test the mp3 format when it was being created.

* * *

Here is what I think is pretty good, but it is still pretty garbled thanks to the max sample rate of 20. It was made using @richard’s code. It is the most space efficient as far as lines go, and pretty easy to use. It takes up around 30 lines of code.

> **[Tom's Diner](https://arcade.makecode.com/17269-16307-94168-71394)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

* * *

This one is the more understandable, but there is this extremely annoying buzzing sound, it was made using @UnsignedArduino’s code. It takes up around 25000 lines

> **[Tom's Diner #2](https://arcade.makecode.com/52099-78029-64013-81319)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

* * *

This one is the best overall, made using @chembot’s code. It is very inefficient right now as the data is stored in one giant list and not a buffer. It takes up around 86000 lines.

> **[Tom's Diner #3](https://arcade.makecode.com/27978-57854-06092-61972)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![CopySprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/copysprite/32/35475_2.png) [@CopySprite](https://forum.makecode.com/u/CopySprite)
#### Post date: [November 3, 2024, 6:28am UTC](https://forum.makecode.com/t/voices-in-makecode/31483/2 "2024-11-03T06:28:51Z")

</div>

Wow I’ve wanted this to exist for months!  
I just didn’t know it was possible.

---

<div class="post-metadata">

### Author: ![\_jupiter](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/_jupiter/32/28012_2.png) [@\_jupiter](https://forum.makecode.com/u/_jupiter)
#### Post date: [November 3, 2024, 6:29am UTC](https://forum.makecode.com/t/voices-in-makecode/31483/3 "2024-11-03T06:29:15Z")

</div>

Oo oo oo ee ah oo oo ee

---

<div class="post-metadata">

### Author: ![top\_hat\_lord](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/top_hat_lord/32/33469_2.png) [@top\_hat\_lord](https://forum.makecode.com/u/top_hat_lord)
#### Post date: [November 4, 2024, 8:28am UTC](https://forum.makecode.com/t/voices-in-makecode/31483/4 "2024-11-04T08:28:19Z")

</div>

highly interesting… I’ll defiantly be using this if it turns into a extension, and maybe even before.

---

<div class="post-metadata">

### Author: ![MicroMan7](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/microman7/32/18103_2.png) [@MicroMan7](https://forum.makecode.com/u/MicroMan7)
#### Post date: [November 15, 2024, 12:28am UTC](https://forum.makecode.com/t/voices-in-makecode/31483/5 "2024-11-15T00:28:37Z")

</div>

Really cool 👍

---

<div class="post-metadata">

### Author: ![SuperGuy2024](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/superguy2024/32/27362_2.png) [@SuperGuy2024](https://forum.makecode.com/u/SuperGuy2024)
#### Post date: [December 8, 2024, 5:17am UTC](https://forum.makecode.com/t/voices-in-makecode/31483/6 "2024-12-08T05:17:04Z")

</div>

This has to be made as a exstinion that would be so cool
