Open kpreid opened 6 years ago
/tools/audio-spectrum and friends can take audio from "user media" devices. I got a request to allow URLs for audio files/streams as well.
/tools/audio-spectrum
Details:
<audio>
This will require substantial refactoring of the UserMediaSelector code, but the previous design was kind of awkward and overengineered anyway.
UserMediaSelector
Commit ec44613ac0ebaadf183b66910969196a0de97a08
Besides some kludged-together bits, not done from the above list:
But it works, and also supports local files.
/tools/audio-spectrum
and friends can take audio from "user media" devices. I got a request to allow URLs for audio files/streams as well.Details:
<audio>
element so that play/pause/seek controls can be used.This will require substantial refactoring of the
UserMediaSelector
code, but the previous design was kind of awkward and overengineered anyway.