-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix(audio): ensure full WhatsApp compatibility for audio conversion #1425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…libopus, 48kHz, mono)
Reviewer's GuideThis PR updates the audio conversion in File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
muy buen trabajo por favor ejecutar npm run lint |
Hola Nestor! ¡Hecho! 😉 |
fix(audio): ensure full WhatsApp compatibility for audio conversion
This update standardizes audio conversion to the
ogg
format usinglibopus
, with a 48kHz sampling rate, 128kbps bitrate, and mono channel.It also removes unnecessary metadata and extended tags (such as ID3, BEXT, chapters, etc.) that previously caused the file to be flagged as invalid or unplayable by WhatsApp.
The resulting audio is fully compatible with WhatsApp Web, iOS and Android, regardless of the integration source (Chatwoot, N8N, Postman, etc.).
Summary by Sourcery
Improve WhatsApp audio compatibility by standardizing audio conversion parameters and removing unnecessary metadata
Bug Fixes:
Enhancements: