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
If I understand correctly, setValueAtTime runs at tick 0. We only process one event per tick, so linearRampToValueAtTime waits until tick 1 to run, at which point event_start_time gets set:
Consider the following line, from WPT (the-audioparam-interface/audioparam-method-chaining.html):
If I understand correctly, setValueAtTime runs at tick 0. We only process one event per tick, so linearRampToValueAtTime waits until tick 1 to run, at which point event_start_time gets set:
media/audio/param.rs
Line 150 in eafa387
The text was updated successfully, but these errors were encountered: