Audio Data API Examples

Text-to-Speech

This example demonstrates how to use Mozilla's Audio Data API in order to build a JavaScript based Text-to-Speech engine. The engine was created based on the the flite C engine. The port was done by Yury Delendik, and takes advantage of Mozilla's fast 2D byte arrays for canvas to deal with compression of the audio voice data. As with all of the audio data demos you can take advantage of View Source to see how it works