Springboot AMR格式音频转换MP3

html5中audio支持音频格式

  • HTML5 Audio标签能够支持wav, mp3, ogg, acc, webm等格式

  • 但有个很重要的音乐文件格式amr(扩展名amr)却在各大浏览器中都没有内置的支持。

音频格式 Chrome Firefox IE9 Opera Safari
OGG 支持 支持 支持 不支持 不支持
MP3 支持 不支持 支持 不支持 支持
WAV 不支持 支持 不支持 支持 不支持

Java AMR格式音频转MP3

  • pom

    • ws.schild(Windows版本、Linux版本)

    • <!--        文件格式转换依赖-->
              <!-- https://mvnrepository.com/artifact/ws.schild/jave-core -->
              <dependency>
                  <groupId>ws.schild</groupId>
                  <artifactId>jave-core</artifactId>
                  <version>2.4.4</version>
              </dependency>
              <!-- https://mvnrepository.com/artifact/org.springframework/spring-mock -->
              <dependency>
                  <groupId>org.springframework</groupId>
                  <artifactId>spring-mock</artifactId>
                  <version>2.0.8</version>
              </dependency>
      
              <!-- https://mvnrepository.com/artifact/ws.schild/jave-native-win64     Windows版本-->
              <dependency>
                  <groupId>ws.schild</groupId>
                  <artifactId>jave-native-win64</artifactId>
                  <version>2.4.4</version>
              </dependency>
      
              <!-- https://mvnrepository.com/artifact/ws.schild/jave-native-linux64   Linux版本-->
              <dependency>
                  <groupId>ws.schild</groupId>
                  <artifactId>jave-native-linux64</artifactId>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值