有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

jspeex我们可以从java播放speex文件吗?

可以从java播放speex文件吗。我已经将一个wav文件编码为speex文件,我甚至可以再次将其解码回wav文件并播放音频。但是我不想通过java解码和播放文件。是否有其他方法可以播放该文件


共 (1) 个答案

  1. # 1 楼答案

    JSpeex

    JSpeex is a Java port of the Speex speech codec (Open Source/Free Software patent-free audio compression format designed for speech). It provides both the decoder and the encoder in pure Java, as well as a JavaSound SPI.

    The current version of the JSpeex library is 0.9.2 and it is based on the code from Speex 1.0.3.

    As well as the JSpeex library, there is also JavaSound player that uses the library to play any Speex encoded audio file. The player is a modified version of the jlGui player by JavaZOOM.