# HG changeset patch # User Nicholas Jillings # Date 1456247046 0 # Node ID 4ee95cb8ff55e9f10fb877d48d692805985fa444 # Parent 27a96b51255cc2e3ebc21b2194ad0a986764c469 Bug #1601 diff -r 27a96b51255c -r 4ee95cb8ff55 core.js --- a/core.js Tue Feb 23 16:59:59 2016 +0000 +++ b/core.js Tue Feb 23 17:04:06 2016 +0000 @@ -2308,7 +2308,7 @@ this.type = null; this.marker = null; this.enforce = false; - this.gain = 1.0; + this.gain = 0.0; this.schema = specification.schema.getAllElementsByName('audioelement')[0];; this.parent = null; this.decode = function(parent,xml) diff -r 27a96b51255c -r 4ee95cb8ff55 test_create/test_create.html --- a/test_create/test_create.html Tue Feb 23 16:59:59 2016 +0000 +++ b/test_create/test_create.html Tue Feb 23 17:04:06 2016 +0000 @@ -575,7 +575,7 @@ this.type = null; this.marker = null; this.enforce = false; - this.gain = 1.0; + this.gain = 0.0; this.schema = specification.schema.getAllElementsByName('audioelement')[0];; this.parent = null; this.decode = function(parent,xml)