Restore useSound and add looping spatial emitSound
This commit is contained in:
@@ -169,6 +169,10 @@ export class AudioEngine {
|
||||
return this.outputMode;
|
||||
}
|
||||
|
||||
getOutputMode(): OutputMode {
|
||||
return this.outputMode;
|
||||
}
|
||||
|
||||
toggleLoopback(): boolean {
|
||||
this.loopbackEnabled = !this.loopbackEnabled;
|
||||
this.rebuildOutboundEffectGraph();
|
||||
|
||||
Reference in New Issue
Block a user