Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
michael@0 | 1 | <script> |
michael@0 | 2 | var Context0= new window.OfflineAudioContext(14,191531,44100) |
michael@0 | 3 | var BufferSource1=Context0.createBufferSource(); |
michael@0 | 4 | |
michael@0 | 5 | setInterval(function(){ |
michael@0 | 6 | BufferSource1.playbackRate.setTargetAtTime(0xC8F461D3EE6B2,(Context0.currentTime+0.0677539280615747),0.826130285160616); |
michael@0 | 7 | BufferSource1.playbackRate.setValueAtTime(35467.63924283907536607336193,0); |
michael@0 | 8 | },1) |
michael@0 | 9 | |
michael@0 | 10 | Context0.startRendering(); |
michael@0 | 11 | |
michael@0 | 12 | </script> |