We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa42777 commit f719fd7Copy full SHA for f719fd7
src/node/audio_buffer_source.rs
@@ -644,7 +644,7 @@ impl AudioProcessor for AudioBufferSourceRenderer {
644
// - we are after stop time
645
// - explicit duration (in buffer time reference) has been given and we have reached it
646
// Note that checking against buffer duration is done below to handle looping
647
- if (current_time < self.start_time)
+ if current_time < self.start_time
648
|| current_time >= self.stop_time
649
|| self.render_state.buffer_time_elapsed >= self.duration
650
{
0 commit comments