Skip to content

Commit

Permalink
Minor: newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnWong authored and copy committed Apr 8, 2018
1 parent 5721d5d commit a7bb33e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/browser/speaker.js
Expand Up @@ -484,15 +484,18 @@ function SpeakerDAC(bus, audio_context, mixer)
{
this.queue(data);
}, this);

bus.register("dac-enable", function(enabled)
{
this.enabled = true;
this.pump();
}, this);

bus.register("dac-disable", function()
{
this.enabled = false;
}, this);

bus.register("dac-tell-sampling-rate", function(rate)
{
rate = /** @type{number} */(rate);
Expand Down

0 comments on commit a7bb33e

Please sign in to comment.