More 80386 support, and an audio API change forced by Chrome
This commit is contained in:
parent
d3d431eb2c
commit
e8b7298919
1 changed files with 2 additions and 2 deletions
|
|
@ -4798,8 +4798,8 @@ ChipSet.prototype.setSpeaker = function(fOn)
|
||||||
} else {
|
} else {
|
||||||
if (this.sourceAudio) {
|
if (this.sourceAudio) {
|
||||||
this.sourceAudio['stop'](0);
|
this.sourceAudio['stop'](0);
|
||||||
this.sourceAudio['disconnect'](); // QUESTION: is this automatic following a stop(), since this particular source cannot be started again?
|
this.sourceAudio['disconnect'](); // QUESTION: is this automatic following a stop(), since this particular source cannot be started again?
|
||||||
delete this.sourceAudio; // QUESTION: ditto?
|
delete this.sourceAudio; // QUESTION: ditto?
|
||||||
if (this.messageEnabled(Messages.SPEAKER)) this.printMessage("speaker off at " + freq + "hz", true);
|
if (this.messageEnabled(Messages.SPEAKER)) this.printMessage("speaker off at " + freq + "hz", true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue