mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
AudioBuffer: Track sample rate
This commit is contained in:
parent
8fd06759dc
commit
992e7ba630
2 changed files with 11 additions and 4 deletions
|
@ -224,6 +224,7 @@ impl AudioBufferSourceNodeMethods for AudioBufferSourceNode {
|
|||
));
|
||||
}
|
||||
}
|
||||
|
||||
self.source_node
|
||||
.upcast::<AudioScheduledSourceNode>()
|
||||
.Start(when)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue