osmd-audio-player icon indicating copy to clipboard operation
osmd-audio-player copied to clipboard

Custom soundfont player

Open jimutt opened this issue 4 years ago • 2 comments

I'd like to avoid the current dependency of soundfont-player and supply a custom web audio pipeline for playback to gain more control of the low level audio features.

jimutt avatar May 05 '20 19:05 jimutt

Interesting, potentially scheduler could be simplified if audio would be running on separate thread ( based on AudioWorklet )

ilionic avatar May 05 '20 20:05 ilionic

Yes, I haven't really done enough reading on AudioWorklet yet to know the scope of use in detail and how it would be best used in a case like this. But it's absolutely something to look into more. And I saw that there there's support for it in Firefox 76 now as well.

jimutt avatar May 08 '20 22:05 jimutt