Persistent Issues with Standard Voice Mode & Read Aloud Functionality – Request for Fixes & Improvements

Hello OpenAI Team & Community,

I want to bring attention to some persistent issues with Standard Voice Mode and Read Aloud functionality that have been ongoing for several months. As someone who uses ChatGPT extensively across multiple devices, I’ve noticed that these problems significantly impact usability and the overall experience.

  1. Standard Voice Mode Keeps Disconnecting

Lately, every time I use Standard Voice Mode (not Advanced Voice Mode), the conversation randomly disconnects and interrupts the flow. This issue:
• Occurs on all my devices (Mac, iPhone, iPad).
• Is not an internet issue, as I’ve tested multiple networks.
• Seems to happen more often during longer responses.

This disruption makes it frustrating to maintain a conversation and impacts the usability of the voice feature.

  1. Read Aloud Function is Broken

The Read Aloud function has been malfunctioning for months, and this has been repeatedly raised in the forums. The main issues are:
• It only reads the beginning of messages before stopping.
• It repeats sections instead of progressing properly.
• It randomly disconnects mid-reading.
• It does not allow smooth navigation within the audio (no slider, only 15-second forward/back buttons).

Given that this is a core accessibility and usability feature, I’d really appreciate attention to this.

  1. Suggested Improvements
    • Fix disconnections in Standard Voice Mode to maintain conversation flow.
    • Ensure Read Aloud completes the full message without interruptions or loops.
    • Introduce a slider for Read Aloud to navigate long responses more efficiently.
    • Improve UI for memory management (making it clearer and more user-friendly).

I appreciate all the incredible progress OpenAI is making (e.g., recent memory upgrades). However, core usability issues need consistent attention, even as more advanced features roll out. User experience matters… it’s the small refinements that keep users engaged.

Thank you to the OpenAI team for your work! I love using ChatGPT daily, and I hope these issues can be addressed to improve the experience for everyone.

Would love to hear from others—is anyone else experiencing these issues?

6 Likes

I’ve been having the same issue for over a week now, read aloud functionality just doesn’t work anymore, it only reads the first part of the message and stops

1 Like

I confirm 2. Fails ALWAYS for rather longer texts. Below a certain length, it does not fail. But if it fails, it fails after a few lines. As if the play was interrupted by another process that was still running because it has to deal with a lot of data. Displays a red box “failed to play message”. Very frustrating to be so close from a graal.
image

1 Like

You know what ? So fed up that I installed hexgrad/kokoro from github for text 2 speech, and it really works well for english at least. (on windows 10 using wsl)
Here is my python script to get a single mp3
from kokoro import KPipeline
from IPython.display import display, Audio
import soundfile as sf
import torch
import os
import codecs
import numpy as np

“”"
english
lang_code=‘a’ in misaki[en]
french
lang_code=‘f’ in misaki[en]
“”"

pipeline = KPipeline(lang_code=‘a’)

with codecs.open(“text2speech.txt”,encoding=‘utf-8’,mode = ‘r’) as f:
text = f.read()
f.close()
generator = pipeline(text, voice=‘af_heart’)

combined_audio =

for i, (gs, ps, audio) in enumerate(generator):
print(i, gs)
combined_audio.append(audio)

concatenated_audio = np.concatenate(combined_audio, axis=0)
sf.write(“voice.mp3”, concatenated_audio, 24000)

here is my regex to remove the urls links after the copy paste of the text
so that the speech goes smoother. That selects the urls.
do a
import re
text = re.sub(

image

produced a mp3 of no less than 36mn duration for a deep research reply.

Read Aloud is just completely gone from my desktop. It works on my mobile but desk top is gone.

3 Likes

the read aloud feature in chat gpt of a computer
is gone can someone please fix this

2 Likes

Yeah, I still had read aloud yesterday, but I’ve been clicking maybe later to an update for a while so this bug has been cooking for a minute and we need to hear about a fix. This is a mission critical feature.

1 Like

I also have the issue with the read aloud feature since May, 28th. I don’t know why but the other threads relating to this issue got closed/unlisted like Read Aloud is Gone on Web & Windows—Still Works on Mobile. Why? - #45 by Zyron without any comment or official statement.
I wrote an email to the support, but just received an auto generated reply with no explanation.

1 Like

Is there any update on if they are going to get Read aloud back?

1 Like

This is your notification that it’s been fixed, but you may have to right click ChatGPT icon and press refresh. Or restart pc.

It has been working for me again for a few hours now.

1 Like