简体   繁体   English

使用Android Studio Java转换通过链接在线播放的音频mp3文件的比特率

[英]Converting bitrate of audio mp3 file which is playing online through link using android studio java

I am trying to change the bitrate of mp3 file which is playing online through link. 我正在尝试更改通过链接在线播放的mp3文件的比特率。 As I have to change the audio streaming quality in android application. 由于我必须在android应用程序中更改音频流质量。 I have searched on it and found ffmpeg solution. 我已经搜索过,找到了ffmpeg解决方案。 But not got any suitable solution to implement this functionality. 但是没有任何合适的解决方案来实现此功能。 Any help? 有什么帮助吗?

The audio streaming quality depends on the file you are playing, not the client application. 音频流质量取决于您正在播放的文件,而不取决于客户端应用程序。 You will have to create a server-side solution to convert the audio file to a lower bitrate. 您将必须创建服务器端解决方案以将音频文件转换为较低的比特率。

You can however download the file and convert it to a lower bitrate after, but I don't see the need for that as you will have a high quality version stored already. 但是,您可以下载文件,然后再将其转换为较低的比特率,但我认为不需要,因为您已经存储了高质量的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM