gpt4 book ai didi

java - 使用 java.sound API

转载 作者:太空宇宙 更新时间:2023-11-04 08:22:30 24 4
gpt4 key购买 nike

我正在研究 Java 声音 API,注意到它允许我们播放音频文件。我有两个问题。给定一个音频文件,我们如何使用 javax.sound 在任意随机位置播放音频文件。此外,javax.sound 是否将音频文件转换为包含歌词的文本文件?

最佳答案

"to play the audio file at any random location":

当你创建一个 AudioInputStream 对象时,你可以给它从你想要开始的位置开始的字节流,如下所示:

audioInputStream = new AudioInputStream( byteArrayInputStream, audioFormat,
audioData.length/audioFormat.getFrameSize());

这来自完整的示例代码: http://www.developer.com/java/other/article.php/1565671/Java-Sound-An-Introduction.htm

对于你的第二个问题:存在几个语音识别包,但据我所知,它们在解析音乐方面做得很差,因为有太多“噪音”。

关于java - 使用 java.sound API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9248746/

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