Send Audio On Chatwoot #851
-
saya mengirimkan audio melalui chatwoot ke api waha, pada mobile app whatsapp audio tidak bisa di putar tetapi pada whatsapp desktop atau web audio dapat di putar |
Beta Was this translation helpful? Give feedback.
Answered by
devlikepro
Mar 12, 2025
Replies: 2 comments 2 replies
-
Before sending the audio, convert it to the right format first ffmpeg -i input.mp3 -c:a libopus -b:a 32k -ar 48000 -ac 1 output.opus https://waha.devlike.pro/docs/how-to/send-messages/#send-voice |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devlikepro
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before sending the audio, convert it to the right format first
https://waha.devlike.pro/docs/how-to/send-messages/#send-voice