-
Notifications
You must be signed in to change notification settings - Fork 37
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
Adding support for EasyAudioEncoder (EAE) audio transcoding #165
Conversation
Add documentation around EAE_SUPPORT environment variable.
@ValZapod, it probably is simpler. However, patching their binary and skipping their licencing most likely breaks their TOS, same with re-distributing their binary separately. |
Adding support for EAE.
The new default is for it to be enabled but if issues occur it can be turned off by setting the environment variable
EAE_SUPPORT
in the Workers to"false"
Solves #125 and #155