Frequent Problems
Can't connect to the API
Or you get disconnected shortly after connecting.
- Check your balance.
- Soon: Check our API availability page for any ongoing incidents.
- Check if any error messages are returned and contact Palabra.ai support.
Not recognizing speech
No transcription is returned when you speak.
- Lower
min_alignment_score
to 0 first. If the issue disappears, gradually increase it until it starts missing words again. This is especially relevant for non-native speakers. The higher you can set the score, the better. Lower scores increase the probability of hallucinations (random phrases appearing), especially with poor audio quality. - If the audio is very noisy, set
denoise
toalpha
. Note that on good-quality audio, this can decrease ASR accuracy. Only enable denoise if the signal is really bad. Another option is to enablepre_vad_denoise
in thepreprocessing
section. - For non-primary languages: Ensure that
asr_model
is set toalpha
, notalpha_turbo
. - Move the microphone closer and speak as clearly as possible. This helps when you're a non-native speaker and your speech is frequently cut off due to a low
alignment_score
.
Returns words you didn't pronounce
- Gradually increase
min_alignment_score
by 0.05 until it starts failing to recognize your speech (values above 0.4 are generally not recommended). - Follow steps 2, 3, and 4 from the section above.
Not translating
You receive a transcription, but no translated text or TTS output.
- Change
translation_model
to another option:alpha
,beta
, orgamma
. - Disable
sentence_splitter
. - Disable
verification
.
Not generating speech
You do not hear any translated speech.
- Change
tts_model
fromalpha
tobeta
(or vice versa). - Disable
voice_cloning
andvoice_timbre_detection
, and setvoice_id
todefault_low
.