简体   繁体   English

使用Java的合成VoIP

[英]Synthetic VoIP using Java

How might I generate synthetic VoIP calls, for testing, using Java? 我如何使用Java生成合成VoIP呼叫以进行测试?

Are there any open source packages that handle this? 是否有任何开源软件包可以处理此问题?

Here is a lot of SIP implementations in Java 这是Java中的许多SIP实现

http://www.voip-info.org/wiki/view/Open+Source+VOIP+Software http://www.voip-info.org/wiki/view/Open+Source+VOIP+软件

The Festival Speech Synthesis system is really cool: http://en.wikipedia.org/wiki/Festival_Speech_Synthesis_System Festival语音合成系统真的很酷: http//en.wikipedia.org/wiki/Festival_Speech_Synthesis_System

It itself is native code, but it's available for all the major platforms and there are Java access wrappers there as well. 它本身是本机代码,但是可用于所有主要平台,并且那里也有Java访问包装器。 Very sophisticated and sounds excellent IMO. 非常复杂,听起来很棒的IMO。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM