In the case of a bilingual Arabic-English test text, the various commercial TTS systems record word error rates exceeding 0.38, and this problem is evident the moment a caller changes languages during a sentence – since that is the way most business conversations in the Gulf and Levant regions actually take place.
The real problem is not accuracy but identity: when a synthetic voice switches from Arabic to English and back, most engines let the tone change, so the agent sounds as if they were handed over during the call. If you stick with Modern Standard Arabic instead, the voice will be correct but won’t feel authentic to anyone who speaks Najdi, Egyptian, or Levantine Arabic day to day. Rawi was designed specifically to overcome that kind of failure: it maintains a single, stable voice identity throughout the code-switch, using the dialect that the caller actually speaks.
Text-to-speech (TTS) turns written text into spoken audio, a problem largely solved for most languages. Arabic is more difficult for three structural reasons:
Three failure patterns show up repeatedly in commercial Arabic voice engines:
For a live voice agent who is dealing with collections, KYC, or support calls, merely one of these situations is sufficient to damage trust during the conversation.
Rawi v1 is the neural voice synthesis model developed by Convozen in order to stream high-fidelity Arabic-English code-switched speech across the major regional dialects. This model is based on the architectural method used in Ragini, Convozen’s voice system for Indian languages, which addressed the issue of code-switching for Hindi-English and Tamil-English speech by separating speaker embedding from phonemic language representation.
Rawi applies this same approach to Arabic, enabling native-like code-switching together with fine-grained dialectal conditioning, so that the model maintains a consistent speaker identity as it switches between Arabic and English within a single sentence.
Rawi conditions its output across four core dialectal pillars rather than defaulting to a single formal register:
| Pillar | Coverage |
| Gulf Dialects | Najdi, Hijazi, and Emirati colloquial cadence and vocabulary |
| Egyptian Dialect | Cairene and regional Egyptian speech dynamics, including technical English loanwords |
| Jordanian (Levantine) | Pitch intonation and vowel-length modeling for Jordanian Levantine conversational speech |
| Modern Standard Arabic (MSA) | Broadcast-quality synthesis for formal news, documentation, and educational content |
It is thus possible for one deployment to provide support for a Gulf retail bank and an Egyptian D2C support line without requiring either of them to have a one-size-fits-all MSA voice.
For a live voice agent, natural-sounding speech is only one half of the requirement; it also has to be fast enough in order to allow a real-time conversation. When tested on standard off-the-shelf hardware, Rawi v1 delivers:
| Metric | Result |
| Real-Time Factor (RTF) | 0.47 |
| Time-to-First-Audio-Buffer (TTFB) | 260ms |
| Test hardware | NVIDIA T4 GPU |
By feeding the audio stream into continuous neural buffers rather than waiting until the entire sentence has been generated, the AI agent can start speaking almost immediately, thus maintaining natural turn-taking rather than having to pause, which would reveal that the voice is synthetic.
Convozen Research evaluates Rawi against five objective dimensions rather than subjective listening tests:
The v1 version of Rawi was tested against Google Chirp, Cartesia, and ElevenLabs in the case of bilingual Arabic-English code-switched text.
| Model | WER | CER | PER | TTScore-Int |
| Rawi v1 | 0.366 | 0.226 | 0.385 | -49.3 |
| Google Chirp | 0.309 | 0.153 | 0.304 | -53.8 |
| Cartesia | 0.388 | 0.264 | 0.438 | -52.2 |
| ElevenLabs | 0.402 | 0.263 | 0.438 | -50.1 |
Rawi achieves the highest ASR-confidence score (TTScore-Int) of the four models and exceeds both Cartesia and ElevenLabs in terms of accuracy at both the word and character levels when it comes to code-switched text, even though Google Chirp currently has lower error rates on this metric.
| Model | DNSMOS-OVRL | DNSMOS-BAK | Speaker Consistency |
| Rawi v1 | 3.27 | 4.12 | 0.678 |
| Google Chirp | 3.41 | 4.16 | 0.701 |
| Cartesia | 3.25 | 4.03 | 0.687 |
| ElevenLabs | 3.16 | 3.98 | 0.640 |
With regard to naturalness and speaker consistency, Rawi does better than ElevenLabs in both cases and is overall superior to Cartesia in terms of audio quality, although it comes very close to Google Chirp, which leads in naturalness and speaker consistency in this round of the benchmark.
Rawi is built for the same categories of high-volume, dialect-sensitive voice interactions that Ragini text-to-speech already handles across Indian languages:
In all these situations, there is a voice agent which has to sound native to the dialect of the person making the call, not one that has learned a formal style from a textbook.
Text-to-speech for Arabic transforms written Arabic text into spoken audio; it is more complicated than text-to-speech systems for most other languages due to the ambiguity of the script, the variety of dialects, and the frequent code-mixing with English.
MSA is the formal written form employed in news and in documentation, while dialect-based synthesis mimics the regional dialects, such as Gulf, Egyptian, or Levantine, that people actually use in everyday conversation.
Most commercial engines have difficulty with this, resulting in distorted pronunciation or a change in voice identity. Rawi has been designed so as to maintain a consistent speaker identity when switching between Arabic and English.
Arabic Rawi is based on four branches: the Gulf dialects (Najdi, Hijazi, Emirati), the Egyptian dialect, the Jordanian/Levantine dialect, and Modern Standard Arabic.
With the use of an NVIDIA T4 GPU, Rawi attains a Real-Time Factor of 0.47 and a Time-to-First-Audio-Buffer of 260ms, which is sufficient for natural, real-time voice agent turn-taking.
Yes, the MSA coverage is suitable for formal and broadcast-style material, whereas the three dialect pillars deal with everyday conversational speech in the Gulf, Egypt, and the Levant.