Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用Java制作一个项目。它是通过休眠和JMF。基本上它是音频/视频/文本聊天的项目。在此,文本聊天正在运行,但是当我向另一个用户进行音频呼叫时,会出现异常。
java.lang.IllegalArgumentException: Line unsupported: interface TargetDataLine s upporting format PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian
我认为这是因为系统 I/O 1 2不支持的音频格式。查询您的系统以获取正确格式的列表。