9 Web Browsers for Linux

http://www.linuxhaxor.net/2008/07/02/9-web-browsers-for-linux/ Many of these do not provide the dependencies. And many of the dependencies do not come by default with Linx too. So while installing check which one are you missing and install the appropriate.

Continue Reading

Voice Recording and Playback in Java

You may need to integrate a voice recorder in to your application and play the recorded voice message later. Following is one of many options. Main java classes used to capture audio are, the following. AudioSystem AudioInputStream AudioFormat TargetDataLine DataLine.Info You will need to import javax.sound.sampled.* as these are included in javax.sound.sampled package. This package […]

Continue Reading