at egress servıce agent sound is crystal clear but...
# ask-ai
m
at egress servıce agent sound is crystal clear but phone users sound is so dull how can i improve this : this is my liveit params where to change thıs params ? livekit_server | 2025-02-24T111619.150Z INFO livekit.pub rtc/participant.go:1798 mediaTrack published {"room": "room-AkfF75w9dBwK", "roomID": "RM_voaeQ2DY6RTC", "participant": "agent-AJ_q63LSr6cRLvh", "pID": "PA_mxnV8YW2JR7Z", "remote": false, "kind": "audio", "trackID": "TR_AMwMgXtzFwGazp", "webrtcTrackID": "f2da1e22-15b1-44a8-9b2c-29928a1b5c48", "rid": "", "SSRC": 3815099216, "mime": "audio/opus", "trackInfo": {"sid": "TR_AMwMgXtzFwGazp", "type": "AUDIO", "name": "assistant_voice", "source": "MICROPHONE", "mimeType": "audio/opus", "mid": "0", "encryption": "NONE", "stream": "camera", "version": {"unixMicro": 1740395779149864}, "backupCodecPolicy": "REGRESSION"}, "fromSdp": true}
g
To improve the audio quality for phone users, you may need to adjust the audio encoding settings in your LiveKit configuration. According to the LiveKit documentation, you can enhance audio quality by configuring the audio bitrate and disabling certain audio processing features like echo cancellation and noise suppression. 1. Adjust Audio Bitrate: Ensure that the audio bitrate is set to a higher value. For high-quality audio, you can set the bitrate to 510kbps for stereo audio. This can be done by setting the
audioBitrate
parameter in your audio publish options. 2. Disable Audio Processing: Disable features like echo cancellation and noise suppression if they are not needed, as they can sometimes degrade audio quality. This can be done by setting
echoCancellation
and
noiseSuppression
to
false
in your audio capture options. Would you like more detailed guidance on how to implement these changes in your configuration? Sources: - Hi-fi audio 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.