Today it is possible to run most applications directly in the browser; people spend more and more time in front of a Web browser. Since audio and video communication is part of the Internet experience, major browsers are searching for ways to standardize real-time communication in Web browsers, without the need of plug-in installation. This thesis presents the possibility for real-time communication between browsers realized in JavaScript. The goal is to combine HTML5 with Mozilla audio data API for communication between browsers. To start with, the built-in media support for audio element of HTML5 has been used to embed the audio file. Extracting the samples from the audio element is done by implementing the Mozilla audio data API. These ...