gpt4 book ai didi

java - 如何在java中从tcp流播放声音

转载 作者:行者123 更新时间:2023-11-30 04:58:27 25 4
gpt4 key购买 nike

还有另一个应用程序在此套接字上写入原始 wav 文件。客户端启动并开始收听当前正在播放的歌曲。

Socket clientSocket = new Socket("localhost", 9595);
AudioInputStream stream = AudioSystem.getAudioInputStream(clientSocket.getInputStream());

I get javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input stream

Doc about AudioSystem.getAudioInputStream: "Obtains an audio input stream from the provided input stream. The stream must point to valid audio file data."

如何播放 TCP 流中的声音?考虑到客户无法从音乐的开头开始听。

最佳答案

打开 AudioInputStream 不会播放来自该流的声音。您需要打开剪辑才能播放来自流的声音。我根本不是专家,但您应该通过阅读the Java tutorial来学习如何做到这一点。 .

关于java - 如何在java中从tcp流播放声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7718602/

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