Streaming live content to web audio API
Web Audio API helps to manage sound through a web browser. In most cases, the input is a sound file, fully loaded from a server. Stored in the cache of the browser, it is then transformed using Web Audio API. But we can also want to work with segments of a file. For instance, when streaming live data, Web have to deal with a dataset of undetermined length.
@inproceedings{2015_EA_35,
abstract = {Web Audio API helps to manage sound through a web browser. In most cases, the input is a sound file, fully loaded from a server. Stored in the cache of the browser, it is then transformed using Web Audio API. But we can also want to work with segments of a file. For instance, when streaming live data, Web have to deal with a dataset of undetermined length.},
address = {Paris, France},
author = {Goldwaser, Raphaël and Freard, Emmanuel},
booktitle = {Proceedings of the International Web Audio Conference},
editor = {Goldszmidt, Samuel and Schnell, Norbert and Saiz, Victor and Matuszewski, Benjamin},
month = {January},
pages = {},
publisher = {IRCAM},
series = {WAC '15},
title = {Streaming live content to web audio API},
year = {2015},
ISSN = {2663-5844}
}