79774846

Date: 2025-09-25 12:59:08
Score: 1
Natty:
Report link

This will work:

this.audio = document.createElement('audio');
document.body.appendChild(this.audio);
this.audio.onplay = (ev) => this.audio.setSinkId(this.deviceId)
this.audio.src =... and .play()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Augusto