gpt4 book ai didi

java - 将 Webm 或 m4a 文件转换为 mp3

转载 作者:行者123 更新时间:2023-12-02 02:13:32 26 4
gpt4 key购买 nike

有没有办法在android studio中将webm和m4a文件转换为mp3。因为更改文件扩展名使其看起来像 mp3 文件,但更改扩展名后就无法查找...webm 和 m4a 文件仅包含音频。

最佳答案

您可以执行https://github.com/adrielcafe/AndroidAudioConverter很容易。

您需要使用

将其导入到您的项目中
repositories {
maven {
url "https://jitpack.io"
}
}

dependencies {
compile 'com.github.adrielcafe:AndroidAudioConverter:0.0.8'
}

根据 github 页面,您还需要编译 com.github.hiteshsondhi88.libffmpeg 依赖项。

关于java - 将 Webm 或 m4a 文件转换为 mp3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49608909/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com