# Recording audio not working for more than 1 minute

**URL:** https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000
**Category:** Ask for Help
**Created:** [September 11, 2023, 2:33pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000 "2023-09-11T14:33:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![idonotwritecode](https://avatars.discourse-cdn.com/v4/letter/i/dec6dc/32.png) [@idonotwritecode](https://community.glideapps.com/u/idonotwritecode)
#### Post date: [September 11, 2023, 2:33pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000/1 "2023-09-11T14:33:47Z")

</div>

So the recording audio works when its a short, say 30 seconds long.

But for anything over 1 minute, it just shows that its Saving… and then when you hit submit the URL is not available. I have a voice to text OpenAI transcription at the database level.

Anyone else seen a similar issue?

Its on a mobile app.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 11, 2023, 2:49pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000/2 "2023-09-11T14:49:52Z")

</div>

How long are you waiting before clicking on Submit? That audio file needs to be uploaded before a URL can be generated. The longer the audio, the larger the file, which will take longer to upload. I’ve had the same happen with a file picker if I click submit without giving it enough time to upload.

---

<div class="post-metadata">

### Author: ![idonotwritecode](https://avatars.discourse-cdn.com/v4/letter/i/dec6dc/32.png) [@idonotwritecode](https://community.glideapps.com/u/idonotwritecode)
#### Post date: [September 11, 2023, 3:25pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000/3 "2023-09-11T15:25:53Z")

</div>

> [@Jeff\_Hager](#):
>
> ad the same happen with a file

Yeah, I have noticed that. But sometimes it just goes on. And then the phone automatically finishes it in the background (i assume). And then once it says Record again, I hit the Submit button. Unfortunately the URL does not get reflected in such a scenario.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 11, 2023, 3:29pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000/4 "2023-09-11T15:29:05Z")

</div>

Not sure then. That would be my only thought.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 11, 2023, 3:42pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000/5 "2023-09-11T15:42:49Z")

</div>

For testing purposes, I just recorded an audio of 5:37 minutes. When I hit stop, it took about 3-5 seconds for the URL to be generated. When I hit the transcribe button to transcribe the audio into text using Glide AI, it took about 2-4 seconds for the transcript to be generated.

---

<div class="post-metadata">

### Author: ![idonotwritecode](https://avatars.discourse-cdn.com/v4/letter/i/dec6dc/32.png) [@idonotwritecode](https://community.glideapps.com/u/idonotwritecode)
#### Post date: [September 11, 2023, 3:52pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000/6 "2023-09-11T15:52:37Z")

</div>

Weird.

Let me move the Transcription to an action, and not at the database level. Thank you.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 11, 2023, 3:56pm UTC](https://community.glideapps.com/t/recording-audio-not-working-for-more-than-1-minute/66000/7 "2023-09-11T15:56:49Z")

</div>

> [@idonotwritecode](#):
>
> I have a voice to text OpenAI transcription at the database level.

I used Glide AI. The behavior should be similar to the OpenAI integration. I believe Glide AI uses OpenAI under the hood, an advantage of using GlideAI over the OpenAI integration is that one does not need to deal with the OpenAI API key.
