Is a custom RxJS scheduler required for accurate music playback?
I recently saw the following video about making music with RxJS and was surprised that it was not scheduling notes using the Web Audio API clock. Rather, it was just playing audio directly using the System based timers with the standard schedulers in...
Aug 3, 2017M