# How to create, name, save audio files using Audio Recorder?

**URL:** https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [November 13, 2020, 4:54am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484 "2020-11-13T04:54:18Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![rachels1](https://avatars.discourse-cdn.com/v4/letter/r/58f4c7/32.png) [@rachels1](https://community.thunkable.com/u/rachels1)
#### Post date: [November 13, 2020, 4:54am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/1 "2020-11-13T04:54:18Z")

</div>

Hi everyone, I am new to thunkable and trying to create a ‘communicator app’ where users can tap a ‘start/stop’ button, record a short message, name them, save them in local storage on the app, and access them in a list view. (On the list view screen it adds the new recording each time)

Wondering if anyone can help or has any examples of such apps that use audio recorder?

I figured out how to do the recording (below), but I am stuck on how to store it and present it on a list screen. Any insight is greatly appreciated!

 ![AudioRecorder](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/4/8434df90108a923093b748755f22e8b85fff1316.png)

---

<div class="post-metadata">

### Author: ![luv.ak.tech](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/luv.ak.tech/32/104896_2.png) [@luv.ak.tech](https://community.thunkable.com/u/luv.ak.tech)
#### Post date: [November 13, 2020, 5:05am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/2 "2020-11-13T05:05:02Z")

</div>

welcome to our community @rachels1… i was working on a sound recorder if you want i can finish it some time and give you the source code

---

<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: [November 13, 2020, 5:24am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/3 "2020-11-13T05:24:10Z")

</div>

This might help a bit:

> [@Music App with Playlist, Loop, Shuffle tracks](http://community.thunkable.com/t/music-app-with-playlist-loop-shuffle-tracks/563054):
>
> Loop Through a Playlist The first thing you’ll need for your music app is two variables. The currentTrackNumber variable keeps track of which song is playing right now The listOfTracks is your playlist where you’ll store your songs The next thing you need is to make the Play button load up the first track To help you imagine what’s going on here, you can think of it being like a juke box selecting a record. You’re queuing up something to play, but it’s not re…

---

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [November 13, 2020, 1:00pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/4 "2020-11-13T13:00:44Z")

</div>

Try using a Stored Variable containing a list instead of local storage. It will be a lot simplier as you learn how Thunkable works.

As you app grows, I would recommend you look at using CLOUD variables and JSON objects using firebase. Although you can use the firebase GET as SAVE blocks, they can be complicated to use PROPERLY. The CLOUD variables are much easier to use and they save and get data in Firebase just like the GET and SAVE blocks.

---

<div class="post-metadata">

### Author: ![rachels1](https://avatars.discourse-cdn.com/v4/letter/r/58f4c7/32.png) [@rachels1](https://community.thunkable.com/u/rachels1)
#### Post date: [November 13, 2020, 3:08pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/5 "2020-11-13T15:08:22Z")

</div>

Thanks! Yes that would be so helpful if you could!

---

<div class="post-metadata">

### Author: ![luv.ak.tech](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/luv.ak.tech/32/104896_2.png) [@luv.ak.tech](https://community.thunkable.com/u/luv.ak.tech)
#### Post date: [November 13, 2020, 3:09pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/6 "2020-11-13T15:09:26Z")

</div>

ok then i would complete it in a few time and provide you the source code

---

<div class="post-metadata">

### Author: ![carlinmclellan](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/carlinmclellan/32/77831_2.png) [@carlinmclellan](https://community.thunkable.com/u/carlinmclellan)
#### Post date: [November 21, 2020, 8:20am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/7 "2020-11-21T08:20:28Z")

</div>

Hi I am also trying to do this. Can you please let me know when you have completed your app?

---

<div class="post-metadata">

### Author: ![luv.ak.tech](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/luv.ak.tech/32/104896_2.png) [@luv.ak.tech](https://community.thunkable.com/u/luv.ak.tech)
#### Post date: [November 21, 2020, 8:20am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/8 "2020-11-21T08:20:56Z")

</div>

i have done it  
do you want it?

---

<div class="post-metadata">

### Author: ![luv.ak.tech](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/luv.ak.tech/32/104896_2.png) [@luv.ak.tech](https://community.thunkable.com/u/luv.ak.tech)
#### Post date: [November 21, 2020, 8:31am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/9 "2020-11-21T08:31:53Z")

</div>

get the project at link

> [@Audio Recorder : Unlimited Recording](http://community.thunkable.com/t/audio-recorder-unlimited-recording/989139):
>
> my app to record audio files, save it and share it

---

<div class="post-metadata">

### Author: ![carlinmclellan](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/carlinmclellan/32/77831_2.png) [@carlinmclellan](https://community.thunkable.com/u/carlinmclellan)
#### Post date: [November 21, 2020, 8:39am UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/10 "2020-11-21T08:39:21Z")

</div>

Amazing thank you so much!

---

<div class="post-metadata">

### Author: ![shemikax6dlc7a](https://avatars.discourse-cdn.com/v4/letter/s/59ef9b/32.png) [@shemikax6dlc7a](https://community.thunkable.com/u/shemikax6dlc7a)
#### Post date: [January 16, 2021, 4:20pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/11 "2021-01-16T16:20:12Z")

</div>

I notice after a days or so the audio file stops playing

---

<div class="post-metadata">

### Author: ![shemikax6dlc7a](https://avatars.discourse-cdn.com/v4/letter/s/59ef9b/32.png) [@shemikax6dlc7a](https://community.thunkable.com/u/shemikax6dlc7a)
#### Post date: [January 16, 2021, 5:35pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/12 "2021-01-16T17:35:45Z")

</div>

Using this project I notice files stop playing after a days any idea why

---

<div class="post-metadata">

### Author: ![luv.ak.tech](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/luv.ak.tech/32/104896_2.png) [@luv.ak.tech](https://community.thunkable.com/u/luv.ak.tech)
#### Post date: [January 16, 2021, 6:06pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/13 "2021-01-16T18:06:46Z")

</div>

i think thats a problem when you are storing audio file at that time also use cloudinary and save the url of it instead of sound  
thanks @shemikax6dlc7a to report the problem

---

<div class="post-metadata">

### Author: ![shemikax6dlc7a](https://avatars.discourse-cdn.com/v4/letter/s/59ef9b/32.png) [@shemikax6dlc7a](https://community.thunkable.com/u/shemikax6dlc7a)
#### Post date: [January 16, 2021, 6:30pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/14 "2021-01-16T18:30:44Z")

</div>

Wow I already published an app and have users might have to pull back that feature

---

<div class="post-metadata">

### Author: ![shemikax6dlc7a](https://avatars.discourse-cdn.com/v4/letter/s/59ef9b/32.png) [@shemikax6dlc7a](https://community.thunkable.com/u/shemikax6dlc7a)
#### Post date: [January 18, 2021, 7:55pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/15 "2021-01-18T19:55:23Z")

</div>

Nope not saving in local storage

---

<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, 12:21pm UTC](https://community.thunkable.com/t/how-to-create-name-save-audio-files-using-audio-recorder/971484/16 "2024-11-08T12:21:29Z")

</div>


