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
Most of our integration tests use the OfflineAudioContext which makes it very easy to inspect the generated samples.
Not everything can be tested offline though, e.g. the MediaElementSourceNode, progression of time, events, etc.
We need a method for testing live AudioContexts.
Perhaps we can introduce a TestBackend (similar to NoneBackend) which
generates a fixed number of frames and runs faster than real-time (like the OfflineAudioContext)
can be polled for the audio output samples
is only exposed in cfg(test)
The text was updated successfully, but these errors were encountered:
Most of our integration tests use the OfflineAudioContext which makes it very easy to inspect the generated samples.
Not everything can be tested offline though, e.g. the MediaElementSourceNode, progression of time, events, etc.
We need a method for testing live AudioContexts.
Perhaps we can introduce a TestBackend (similar to NoneBackend) which
cfg(test)
The text was updated successfully, but these errors were encountered: