html5-audio
Online audio/video conference system in html5
I\'m trying to figure out if HTMl5 is suited for the client part of an online conference system. The client must be capable to:[详细]
2023-02-05 06:35 分类:问答How to determine when buffering is finished on a HTML5 Audio element
I\'m trying to determine when the buffering has finished from a HTML5 audio element, but so far I can\'t find any loadComplete or similar event. I\'ve tried using the progress event however it doesn\'[详细]
2023-02-04 01:24 分类:问答HTML5 Audio: preload attribute ignored in Chrome
My code is basically this <audio controls preload=\"none\" src=\"linktofile.mp3\" /> It works great in Safari 5 and Chrome 8 except that Chrome completely ignores the preload attribute and st[详细]
2023-02-02 12:49 分类:问答Opera 10 supports html5 audio tag but Opera 11?
I have been working on a HTML5 project and I recently noticed Opera 10.60 supports audio tag perfectly but not latest version of Opera (version 11.00 build 1156).[详细]
2023-02-01 23:17 分类:问答Best way to stream mp3s from java/c++ server to html5?
I am looking into streaming mp3s from a java (preferably) or c++ server to an html5 browser on another computer.[详细]
2023-01-31 09:30 分类:问答Sound Manager 2 basic example redirect problem (mp3 on separate page)
I\'m trying to implement the following Audio w/ Sound Manager2 example: www. shillmania/ projects/ soundmanager2/ demo/ play-mp3-links/ basic.html[详细]
2023-01-31 06:39 分类:问答Can't change volume in HTML5 Audio tag in FireFox
On this page http://www.metrovancouver.org/services/solidwaste/Holiday/Pages/Song.aspx I\'m using a regular <audio> tag so users can listen to the song. I have a flash fallback on it too for us[详细]
2023-01-30 14:38 分类:问答C++ stream server for HTML5 Audio
Is it possible to have the src of an HTML5 Audio tag be a C++ program, and for the C++ program to stream audio to the audio element? For example, let\'s say I have an HTML5 Audio element trying to get[详细]
2023-01-30 07:47 分类:问答How to prevent memory leak by cleaning up <audio> elements?
I wrote a bit of J开发者_运维知识库avaScript with jQuery that loads a sound file with the HTML 5 <audio> tag and on a mouse click starts playing a new instance of that sound file (so that it can[详细]
2023-01-28 17:55 分类:问答Streaming an audio file vs serving it statically
I have a website where users can upload audio files (of type aac). The users can playback their audio files through a web browser or mobile devices such as a iPhone or an Android. For web browsers, I[详细]
2023-01-28 16:22 分类:问答
加载中,请稍侯......