jaysalvat / buzz

Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade silently on non-modern browsers.
http://buzz.jaysalvat.com
MIT License
1.21k stars 227 forks source link

No setSpeed option for groups #76

Closed lordjabez closed 10 years ago

lordjabez commented 10 years ago

Groups have a number of methods that act on all sounds in the group, e.g. setTime, setVolume. However, setSpeed is not one of them.