-
as seen on Programmers
- Search for 'Programmers'
I have coded a java application for voice transmission between to ip in LAN.
Here the code.
public static Boolean flag= true;
public static Boolean recFlag=true;
DatagramSocket UDPSocket=null;
AudioFormat format = null;
TargetDataLine microphone=null;
byte[] buffer=null;
DatagramPacket…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I,m trying to work through and test a Voice Recognition example based on the VoiceRecognition.java example at http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html
but when click on the button to create the activity, I get a dialog that says…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'd like to build an app that uses voice recognition. I've seen big companies like Google etc implement this feature, but I'm curious about doing it on a start-up level. Anyone looked into this? Are there any tools out there for us to do this?
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
First HD federation will provide scalable, end-to-end IP interconnection, using ENUM technology, to enable cross-network high-definition voice traffic between disparate networks.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I'm building a java application which works in a LAN environment, every computer on that LAN have this application installed on it, at some point i need this application to transfer voice simultaneously to all computer over the LAN (voice broadcasting) according to the following mechanism:
Only…
>>> More