We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of mp3 128k as the free streaming option, we can use opus 32k which gives a similar audio quality but with massive bandwidth savings.
mp3 128k
opus 32k
The only problem is that Safari does not support opus 32k, so I think we will provide mp3 64k as an alternative.
mp3 64k
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instead of
mp3 128k
as the free streaming option, we can useopus 32k
which gives a similar audio quality but with massive bandwidth savings.The only problem is that Safari does not support
opus 32k
, so I think we will providemp3 64k
as an alternative.The text was updated successfully, but these errors were encountered: