Web Audio is a Javascript API providing low level, low latency, audio playback and manipulation functions in HTML5 capable web browsers.

learn more… | top users | synonyms

3
votes
2answers
22 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 ...
1
vote
1answer
32 views

Scheduling sounds in web audio api PCM

Hi I have an arrays of PCM data (Float32) buffered on client side (all these audio arrays are parts of the same song) So it is sort of a client side buffering of PCM data. After N numbers of arrays ...
1
vote
1answer
116 views

Javascript: Ask for microphone onclick

The other day I stumbled upon with this example of a Javascript audio recorder: http://webaudiodemos.appspot.com/AudioRecorder/index.html Wich I ended up using for implementing my own. The problem ...
0
votes
1answer
25 views

Use ScriptProcessorNode in iPhone Safari

I'm new in html5 and I want to use a ScriptProcessorNode to generate a sounds. My problem is that this code don't work in iPhone safari. But it works in safari on desktop. var context; ...
0
votes
1answer
35 views

Web Audio API microphone not working on Chrome Canary

I am completely puzzeled because this is something that worked for me few days ago and now it doesn't. I can't get audio input from microphone with the Web Audio Api or getUserMedia. I am using Mac ...
1
vote
1answer
44 views

Stopping web audio drum loop with getElementById and addEventListener

I am trying to make a metronome that slowly ramps up the speed, allowing me do to excersises without having to stop playing to turn my handheld metronome up. I'm using a loop to play each measure and ...
1
vote
1answer
31 views

Performance issues with Web Audio API

I have created a simple Web Audio API script that streams a local mp3 and has a gain control and 3 band equalizer. The nodes are setup such that the source is connected to a gain node and then slit ...
3
votes
1answer
49 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 ...
0
votes
0answers
29 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 ...
1
vote
1answer
41 views

PCM Web Audio Api Javascript

I am receiving an interleaved 16 bit PCM samples over the wire. Each sample is signed I read it as Int16bit array, lets call this ALL_DATA. So each of the array entries is a a 16 bit sample. ...
1
vote
1answer
51 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 ...
1
vote
1answer
49 views

Zero-value data in createmediastreamsource input buffer when recording using web-audio

I am attempting to record live audio via USB microphone to be converted to WAV and uploaded to a server. I am using Chrome Canary (latest build) on Windows XP. I have based my development on the ...
1
vote
1answer
65 views

Web Audio API - record to MP3?

I am asking because I couldn't find the answer anywhere. I have successfully implemented RecorderJS in order to record microphone input in JS. However, the recorded file is WAV which results in large ...
1
vote
2answers
38 views

Web Audio filter node popping

I am getting popping when modulating a filter nodes frequency with an LFO when the filter frequency bottoms out. I suspect this is due to the amplitude not being at the time of cutoff. Is it ...
0
votes
1answer
33 views

Web Audio API parameter modulation not working in Safari

I'm trying to modulate a filter with the output of another node, and having trouble getting this to work in Safari (6.0.4). Here's a simplified code snippet: context = new webkitAudioContext(); ...
1
vote
1answer
35 views

get gstreamer audioconvert to output signed 32-bit floats from -1 to 1

Trying to figure out how to get gstreamer to output raw audio data as signed 32-bit floats in the range of -1 to 1. Here's what I've got so far, but these values are unsigned and not in the scale of ...
1
vote
0answers
57 views

GLSL array is not passing through data

I am currently working on GLSL shader that passes through a 256 length array of ints that is pulled from audio. I am using Javascript and Three.js to do the actual rendering. I get the audio object ...
3
votes
1answer
62 views

Analyze audio input from microphone Javascript

I am planning to create a music visualizer on a website. There are objects that should change in size, and shape based off of the current music that is playing (a non-classical, multi-line song ...
0
votes
1answer
74 views

Javascript Web Audio API AnalyserNode Not Working

The code is supposed to stream any url and provide a visualization of the audio. Unfortunately, the visualizer is not working. The visualization relies on the data from the AnalyzerNode, which is ...
0
votes
1answer
98 views

Get the raw audio in getUserMedia success callback

I'm trying to get the raw audio in getUserMedia() success callback and post it to the server. The success callback receives the LocalMediaStream object. var onSuccess = function(s) { var ...
0
votes
1answer
55 views

Web Audio OfflineAudioContext syntax error when I follow the API

Chrome 27 beta throws a SyntatxError when I try to execute the following javascript line: offlineContext = new webkitOfflineAudioContext(2, 7*48000, 48000); This is in conformance with the W3C ...
3
votes
1answer
64 views

Custom progressive audio streaming in browser

Say i like to create my very own progressive streaming mechanicsm in Javascript because i'm finding the browser's built in streaming mechanism not fault-tollerant enough or i like to implement my own ...
0
votes
1answer
58 views

HTML5 web audio getting stuck (buffering issue?)

I am working on a (weekly radio show) audio website and I keep getting the same problem, the audio files that are up to 1hr long keep getting stuck. I have tested several different players, both the ...
0
votes
1answer
108 views

JQuery knob, input slider and web audio oscillator connecting but not working

I have the web audio api and the JQuery knob library kind of working... but not quite. The knob slider controls an input slider but the value doesn't seem to be passed to the param I want to affect. ...
0
votes
1answer
57 views

Scope issue with xmlhttprequest and Web Audio API?

I'm new to JS and I've been toying around trying to implement a sort of sound mixer with the Web Audio API. I have been reading a bit about the scope on JS and different ways to implement "classes", ...
1
vote
0answers
122 views

Web Audio API with Chrome 26.0.1410.64 m

I have used Web Audio API followed the tutorial on HTML5 Rock.I have added one audio context with 11 tracks of mp3 file, each file plays about 5 min. This app works perfectly fine before I ...
1
vote
0answers
25 views

Is there a way to get access to the master mixer or other devices/channels via the web audio api?

Is there a way to record the audio being currently mixed down (possibly from another tab/process) on the hardware? Is there a way to input/connect to the browsers mixer? Studio hardware usually has ...
0
votes
1answer
46 views

record audio from embedded video

I like to use the audio context analyzer to take-in the combined audio output of a web page and process it. I have an embedded youtube video and an audio track running at the same time and like to use ...
0
votes
1answer
42 views

Removing pop/hiss from WebAudio generated sound

I am using the nodeOscillator function from Web Audio API to generate a sound, however when the sound cuts it makes a pop sound (the amplitude is not zero at the cut). Does anyone know a way to check ...
0
votes
0answers
42 views

WebAudio crashes iPad's Home button

I tried SoundJS and also Howler JS on iPad. Both use WebAudio to playback sound. It works perfectly fine in browser, however, if I add it to home screen and run from home screen as a web app, once I ...
0
votes
0answers
84 views

Capture audio playing in the background for mobile with Phonegap and HTML 5

I am trying to develop a sound recorder with HTML5 and PhoneGap/Cordova. Is there a way to capture the background audio playing on the device? I have digged with Web Audio API but no chance. Thanks, ...
0
votes
2answers
65 views

Web Audio Api: frequency related to elapsed time

I have a script that gets audio frequencies. I want to relate that frequency with the exact time of the song. I can get the webkitAudioContext currentTime property, but this is not accurate because it ...
0
votes
3answers
82 views

Buffered Audio For Generating Sounds

I have an oscillator to generate the frequencies of a keyboard. It all works when I output to speakers, but as well as outputting to speakers I would like to buffer it so that I can turn it into base ...
0
votes
1answer
206 views

Get audio levels from HTML5 Audio Microphone Stream

On a previous stack overflow question, I found this code: <script> // this is to store a reference to the input so we can kill it later var liveSource; // creates an audiocontext and hooks up ...
0
votes
2answers
113 views

Web Audio API gain node envelope generators

Im trying to make an envelope generator for my oscillator using automation on the gainNode and i want to be able to trigger the envelope whenever an event happens ( in this case a button click ). But ...
0
votes
2answers
108 views

How to modulate an AudioParam with a LFO in Web Audio API

How can i modulate any of the AudioParams in Web Audio API, for example gain value of the GainNode using a Low Frequency Oscillator ?
0
votes
1answer
64 views

RecorderJS doesn't work anymore

I try to use RecorderJS with this callback in getUserMedia. One mounth ago this code work, but now i have some trouble about this. When onaudioprocess in recorder.js are executed the array buffer ...
1
vote
1answer
80 views

put live audio input data into array

Hey I am using GetUserMedia() to capture audio input from user's microphone. Meanwhile I want to put captured values into an array so I can manipulate with them. I am using the following code but the ...
0
votes
1answer
67 views

Cross browser audio to canvas visualisation

I'm working on a project of visualising audio into canvas, so far I understood that I would have to use AudioAPI, something like SoundManager 2 etc. which has a flash fallback. There is one thing tho, ...
0
votes
0answers
94 views

Web Audio API BufferSource [closed]

Im trying to load a file with XML request to the buffer and play it back immediately using WEB Audio API BufferSource node. here is my code and i dont get why it is not working. ...
1
vote
2answers
120 views

changing Oscillator type in Web Audio API with a range slider

i managed to make the slider to change to oscillator frequency but does not work for the oscillator type. here is the jsfiddle link http://jsfiddle.net/ehsanziya/aKDkf/1/ and Here is the JavaScript ...
3
votes
2answers
192 views

real-time processing web audio api

I am working with web audio api and requestAnimationFrame to visualize the audio input from microphone. I can successfully visualize the time-domain frequency data, but the problem is that since web ...
0
votes
1answer
74 views

stop all sounds in Web Audio API

I loaded and played multiple sounds with web audio api at the same time. Is there any way to stop all sounds? ex: a button to stop all sounds now. Since I have more than 10 sounds playing at the ...
1
vote
1answer
105 views

How do I configure a bandpass filter?

I'm trying to use the Web Audio API's bandpass filter functionality, but I believe my question is more general. I don't understand the "Q" value of the bandpass filter. I would like to be able to ...
1
vote
1answer
72 views

what is the time unit for Web Audio API 'noteOn()'

I am trying to use web audio api 'noteOn(time)' to play a sound, but I am not sure what the time unit is. Is it in millisecond? or in second?
0
votes
1answer
88 views

HTML5 buffer and play audio with createMediaElementSource()

I am using the audio API to get instant playback of a sound in iOS 6 in a web page. I have done it using an Ajax call, like the documentation suggested and that works great. However, I read you can do ...
2
votes
1answer
70 views

Calculating the AnalyserNode's smoothingTimeConstant

I am using the Web Audio API to display a visualization of the audio being played. I have an <audio> element that is controlling the playback, I then hook it up to the Web Audio API with by ...
1
vote
3answers
118 views

Toggle One And Off - JavaScript - Web Audio API

I am an Audio Engineer and just started JavaScript and HTML5, Specifically WEB Audio API. I have this oscillator code which is connected to destination(output). here is the code I want to have a ...
1
vote
0answers
164 views

Apple-mobile-web-app using Web Audio API system unresponsive when app state returns from background

I have developed a simple HTML 5 web app using the Web Audio API. The page is saved as a Web Clip and the apple-mobile-web-app-capable meta tag is added to enable full-screen. Everything thing works ...
2
votes
4answers
164 views

Future of JavaScript audio?

I'm teaching kids how to add audio to their JavaScript games and webpages. I knew about the HTML5 Audio API and am just now learning about the issues around the various browsers (IE surprisingly ...

1 2 3 4