Tagged Questions
2
votes
1answer
80 views
Is there a way to decode Ogg audio data in Firefox (Audio Data API) without using the audio tags?
I get a stream of ogg encoded audio data from a server via WebSockets. I want to feed this stream to Mozilla's Audio Data API without using HTML5 audio tags. It is possible to write audio data but it ...
2
votes
4answers
655 views
Audio Video (ogg) Generation using Javascript
is it possible to generate/send video/audio using javascript ??
for example, see jspdf - http://jspdf.googlecode.com/svn/trunk/examples/basic.htm generate client side generated pdf file using base64 ...
0
votes
1answer
59 views
Looping multiple single song audio players for continuous play
I am trying to link audio players so that when one finishes, the next song will start playing. I will have an endless number of players, so I am wondering how to do this. This is pretty straight ...