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.
VAD 代表语音活动检测。我有一个 VAD 算法,它可以工作。
如何让它呈现在 Java sound API 的思想中?
我的几个想法是:
1)TargetDataLine每次检测到语音时创建并允许消费者处理线路创建和读取创建的线路。
TargetDataLine
不确定线路是否适用于此。
2)AudioInputStream每次检测到语音时创建并允许消费者处理流创建并读取它。
AudioInputStream
3) 有一个常数TargetDataLine,每次检测到语音时发送打开/启动/其他事件。
哪个最美?