From: Robert Kaiser Date: Sun, 1 Feb 2015 12:53:11 +0000 (+0100) Subject: slit line to make it fit better on smaller resolutions X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=e7829ad6f5fc19d8fc3b142d86855d0fa2a4eaf0;hp=8600b8c4cf99c1308f5c617d2be63f2e60dff7ed slit line to make it fit better on smaller resolutions --- 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); },