X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=fosdem2015%2Findex.html;h=afab08ef34743d07b6d1a742ac8ff8a94cd9b435;hp=8877ac3d5b8f4101eae1211afa9d700291da3da7;hb=e7829ad6f5fc19d8fc3b142d86855d0fa2a4eaf0;hpb=8600b8c4cf99c1308f5c617d2be63f2e60dff7ed diff --git a/fosdem2015/index.html b/fosdem2015/index.html index 8877ac3..afab08e 100755 --- a/fosdem2015/index.html +++ b/fosdem2015/index.html @@ -197,7 +197,8 @@ function(aLocalMediaStream) { gModSound.mAudio.stream = aLocalMediaStream; gModSound.mAudio.context = new window.AudioContext(); - gModSound.mAudio.input = gModSound.mAudio.context.createMediaStreamSource(gModSound.mAudio.stream); + gModSound.mAudio.input = + gModSound.mAudio.context.createMediaStreamSource(gModSound.mAudio.stream); gModSound.mAudio.analyzer = gModSound.mAudio.context.createAnalyser(); gModSound.mAudio.input.connect(gModSound.mAudio.analyzer); },