shinysdr icon indicating copy to clipboard operation
shinysdr copied to clipboard

Use AudioContextOptions.sampleRate when possible

Open kpreid opened this issue 5 years ago • 0 comments

Upcoming API feature: an AudioContext can be created with a specified sample rate. https://www.chromestatus.com/feature/5136778254090240 https://webaudio.github.io/web-audio-api/#dom-audiocontextoptions-samplerate

This could be used to replace the explicit resampling done in ShinySDR's audio stream client and probably would do a better job.

kpreid avatar Apr 02 '19 03:04 kpreid