The audio element is used to embed sound content in an HTML or XHTML document. The audio element was added as part of HTML5.
0
votes
1answer
21 views
How does Spotify's online service stream music so it's not downloadable
I'm developing a site that will host a few songs. I know in most cases music streams can be downloaded through Chrome's Developer Tools, Firebug, or the like. Soundcloud is an example site for which ...
0
votes
1answer
10 views
Seekable html5 audio Uncaught Error: IndexSizeError: DOM Exception 1
I was having an issue trying to use the HTML5 API (also with SoundManager2). When trying to find the duration of a song so that I could make a progress bar as the song was playing. I kept running ...
0
votes
0answers
7 views
Audio file not playing in my android webapp
im creating a webapp using phonegap2.7 plugin in eclipse that autostarts the audio without displaying the controls
following is the basic code im using but it does not play no matter what.
...
0
votes
1answer
15 views
Multiple sound files not playing on android phone
I have an application where I included a few audio files in ogg format in the markup with HTML5 audio tags and I'm trying to play sounds based on a event. I'm simply grabbing the id of the sound file ...
3
votes
2answers
27 views
How do I compress multiple Web Audio sources/tracks into one?
We are making an web based music editor and mixer based on the Web Audio api. Users can mix together multiple tracks, crop tracks, etc. The actual mixing together of the tracks just involves playing ...
0
votes
0answers
11 views
Seamless audio loop to an arbitrary position
One of the things I most love about the MOD format is the ability to loop back to any given point in the song, making it perfect for songs that have an "intro" followed by a "main loop".
Of course, ...
-1
votes
0answers
11 views
I have a audio media player on my web site
I have a audio media player on my web site.i want that when i go to the next page then song should play where i left on previous page.please if any one have better idea then please tell me..
0
votes
1answer
10 views
Sound not working for SCORM object inside Moodle
Good morning all
Hopefully someone will know the answer to this issue I am having
I am using Moodle
I inserted a SCORM object inside Moodle.
This SCORM project includes an audio track of ...
0
votes
0answers
21 views
HTML5 playing video with multiple audio tracks
I want to display video on my webpage and along with it a few soundtracks.
I want these soundtracks synced with the video, so a user can choose what soundtrack to play with the video.
Would be best ...
1
vote
1answer
36 views
make style on html5 audio player timeline
I want to make a style on html5 audio player.
<audio id="player" controls="controls">
<source src="song.ogg" type="audio/ogg" />
<!-- using mozilla firefox -->
...
0
votes
0answers
16 views
<audio> wavesurfer in html5
I am starting to develop a html5 audio player for my website.
I heard about waversurfer, I searched a lot and now I want to implement it on my website...
Well, the question is: How can I get the audio ...
0
votes
0answers
25 views
Live streaming on an HTML5 player on Safari
So, I've been searching for a solution to this issue during the whole day, but couldn't find the answer.
I'm developing an HTML5 live audio player with customized controls. Everything worked fine on ...
0
votes
1answer
18 views
Building circle meter gauge
I was wondering if someone could help me with a circle meter gauage i have taken some code from a different example and i am just protypting stuff to see if i can get it to work here is a working ...
-1
votes
0answers
410 views
What stops us from creating an open browser-operated music producing suite? [closed]
I'm interestedly watching the developments around the Web Audio API(s):
Beginning from a simple sequencer
all the way to full blown synthesizers => ht tp://bitterspring.net/ms/morningstar/
FX => ht ...
0
votes
0answers
17 views
How to get the correct duration from an audio file with large artwork?
HTML5 audio.duration calculates the wrong duration because it doesn't exclude the stuff before the header like id3-tag with artwork.
If you add artwork to your file this can be multiple seconds.
I ...
0
votes
0answers
24 views
HTML5: capture audio AND video combined from web browser
I have seen a lot of tutos ans demos showing how to capture and record audio and video with a simple web page.
Bests demos so far :
Audio : http://webaudiodemos.appspot.com/AudioRecorder/index.html
...
0
votes
0answers
9 views
How to save audio inputStream to .WAV file
Am getting an input Stream from a web service and I want to play it in my web app but before I do that I want to save it in a file how is that possible ?
0
votes
2answers
70 views
Dynamically Created Audio Object not playing in Android Chrome browser
I'm trying to write a RIA which can be used on both Mobile as well as desktop browsers. One main objective of this app is to play sounds. There could be X many (as of now, there are 150+)
On a ...
1
vote
0answers
19 views
Chrome only Loading 6 HTML5 audio tags
We are working on project at wavestack.com and we are dealing with an issue that its giving us a hard time.
Our page is supposed to load many audio tags at the same time, from a streaming source. You ...
1
vote
1answer
19 views
How to play audio from a ByteArray? (dosen't have a URL)
I am receiving a ByteArray from a web service and i want to be able to play the audio ByteArray in HTML5 audio tag. I was wondering if it's possible since the audio tag needs an URL
<!DOCTYPE ...
0
votes
0answers
24 views
Why is html5 audio-related warning triggering jQuery Mobile page events
I have an audio/source setup on a jQuery mobile 'page'. In FF21 the type = mp3 generates a warning in firebug.
//HTML
<source id = 'for_mp3'
src = '' <!-- src is ...
0
votes
0answers
68 views
How to convert InputStream to File?
Am receiving an InputStream from a webService that I will then play using the HTML5 tag, so in order to play the audio I need to convert the InputStream to URL so the tag could read this stream ...
0
votes
1answer
16 views
aLaw audio format is not supported by HTML5 audio tag
HTML5 audio player is not supporting aLaw audio format (in chrome and firefox) , is there any solution to play it, I don't want to use flash as a fallback.
Discription of aLaw (WAV) file :
Wave A-Law ...
3
votes
1answer
54 views
Web audio API: scheduling sounds and exporting the mix
I've been checking Web Audio API documentation and the tutorials but haven't quiet figured out how to approach this problem.
Let's say I load few wav files via XMLHttpRequest and then create ...
4
votes
2answers
106 views
Youtube JavaScript API - Pause audio when either youtube video plays
I have background noise on a website which the client wants playing on loop throughout the website, so I have set up an <audio> tag which autoplays and loops.
On several pages, I have multiple ...
0
votes
0answers
30 views
MPGA/WAV/MP3 Sound in Android Browser
I tested html5 audio (and video) elements in Android Browser and I have the following problem:
I'm using a Java servlet to get an audio stream form google translate service ...
0
votes
0answers
25 views
Can't dynamically load HTML5 audio with Firefox
I'm trying to use an HTML5 <audio> element to play music when a user clicks a link. I can get it to work in Chrome, but why won't it work in Firefox?
Here's the jsfiddle.
For completness, ...
0
votes
0answers
31 views
How can I reduce the noise of a microphone input with the Web Audio API?
I've been playing around with the Web Audio API and using my laptop's microphone as an input source. I can hear a lot of white noise when I listen to the input though; how can I create a filter to ...
0
votes
0answers
15 views
HTML5 Sound on Safari
I cannot get Safari on the Mac (not mobile) to play HTML5 audio. It's Safari 6.0.2. QuickTime 7.7.1 shows up in the installed plug-ins. The following sample code works on other browsers, but on ...
0
votes
1answer
42 views
display src of html5 audio file
I have an app that uses tiny mce to embed audio files using html5 so it ends up embedding like this;
<audio width="300" height="32" preload="none" controls="controls" src="../upload/blah ...
0
votes
1answer
30 views
how to load an inputStream dynamically in HTML5 <audio> tag in java
Am receiving a dynamic inputStream from a web service and I want the to insert it in and HTML5 audio tag in order for the user to be able to play it, how can I set the content of the HTML5 tag ...
0
votes
0answers
34 views
Tracking html 5 audio buffering on Android
I am developing a web app that needs to run on desktop browsers, iPad and Android tablet(Samsung galaxy).
Before showing pages I just want preload page specific assets first.
I can buffer audio and ...
0
votes
2answers
35 views
Why <HTMLAudioElement> has no method 'set'
My code is below, when i run it, it shows error - has no method 'set'.
Why it''s happening? I've binded my functions to model, but it seems to work wrong(
var Player = Backbone.Model.extend({
...
2
votes
3answers
87 views
+50
Phonegap HTML5 audio does not resume playback after incoming phone call on iPhone
I have created an app with PhoneGap that plays music from an online stream. It continues playing in background while the iPhone is locked but, and it stops when an incoming phone call arrives.
The ...
1
vote
0answers
42 views
What's wrong with this simple FM synth design?
I'm trying to implement some features of a Yamaha YM3812 sound chip (aka OPL2 http://en.wikipedia.org/wiki/YM3812) in JavaScript using Audiolet (a synthesis library, ...
0
votes
1answer
34 views
Playing two files in a row in JavaScript
I can't get this right. So, I'm making a simple script that tells the current time.
audiocontainer is an audio element, and the mp3play() function has been defned earlier.
The idea is to do that:
...
0
votes
1answer
12 views
Speakker - Allow user to remove items from playlist
Is there a way to allow the user to remove items from the speakker playlist? I don't want to have to write a separate page that manages the playlist.
1
vote
1answer
55 views
Getting audio visualization using Web Audio API to work on iOS
I'm developing an HTML5 audio player for use specifically on iPhones, and am trying to get an EQ visualizer working. From what I've found there are two ways to set this up:
One where you load the ...
0
votes
1answer
44 views
Building an HTML5 audio streaming Chrome extension - how to stop buffering the stream
The extension is a simple browser action. When pressed, it toggles the audio on/off.
My ideal workflow is to press the button and it will turn on; press it again and it will turn off; and press it a ...
0
votes
1answer
38 views
backbone.js bind to audio events
How to do it?
I searched SO, find one similar result, but it doesn't work.
Here's my code:
var Player = Backbone.Model.extend({
defaults: {
//some variables
},
//creating audio ...
0
votes
0answers
34 views
How to play audio in background with firefox os?
In my manifest file I've add the audio-channel-content in permissions:
"permissions": {
"audio-channel-content":{"description":"Use the audio channel for the music player"}
}
In my index.html ...
0
votes
0answers
33 views
Reading the duration of multiple dragged mp3s
I am trying to read the duration of dragged mp3 files to browser and display it in some list. I am not manipulating with dragged files in any way except reading out mp3 metadata (tags) and duration. ...
1
vote
0answers
37 views
Using JavaScript to stream audio via webKitAudioContext
I am trying to access my computer's audio source in order to stream to a back end server. I am using the tutorial found here which uses a webKitAudioContext object to facilitate this connection.
I'm ...
1
vote
1answer
25 views
Connect to computer audio source through JavaScript
I would like to use my computer's audio as a source for an online music streaming project I'm working on. How would I go about, via JavaScript, accessing my computer's audio output/speakers?
0
votes
1answer
23 views
Automatic audio sprite generator for web/javascript?
Audio sprites (several audio bites concatenated in one audio file) are getting common in javascript control of audio on the web. However, it takes quite a lot of "stupid" work to create and implement ...
0
votes
0answers
39 views
Windows 8 Store app - set currentTime do not work for streaming audio
I want to create a 'Windows 8 Store' app capable to stream audio. Unfortunately I cannot set currentTime to the audio element. Please refer to the code below and create a new blank app with only this ...
0
votes
1answer
18 views
Sound doesn't play twice
I have a web app for Tizen OS. I need to play one sound twice and do some actions after every time.
In browser it works perfect, but acts really strange on a device.
Sometimes first time sound plays ...
1
vote
1answer
67 views
HTML5 audio duration for mp3 is always Infinity
I'm playing with my pet project and, experimenting with mp3 "streaming" with PHP, I always get the audio duration to return Infinity. I've try to search in many places, unfortunately, I can't seem to ...
1
vote
1answer
91 views
How can create custom timeline for html5 audio player?
I'm trying to create own player for html5 audio by javascript.I've got the play,pause and volume option of htm5 audio player like:
<audio id="playe" src="song.ogg"></audio>
<div>
...
0
votes
0answers
58 views
Play Audio-Stream from Java-Application in HTML5-Audio-Tag
I've spent now almost a week trying to play an audio-stream in the browser sent from my java application. Playing a single file is not the problem. What I want to achieve is playing a constant stream ...

