You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have chained functions (via fetch and offlineAudioContext) which are not really tested in the code. The "was this function called" code exists BUT the functions that are called as a result are not tested.
This really isn't a high priority because the waveform obviously works. However, it's just not great to rely on this sort of visual check.
The text was updated successfully, but these errors were encountered:
We have chained functions (via
fetch
andofflineAudioContext
) which are not really tested in the code. The "was this function called" code exists BUT the functions that are called as a result are not tested.This really isn't a high priority because the waveform obviously works. However, it's just not great to rely on this sort of visual check.
The text was updated successfully, but these errors were encountered: