increase maximum audio speed indication (uncompressed hd is about
700kbps)
This commit is contained in:
@ -85,7 +85,7 @@ AudioSpeedProgressBar.prototype.getDefaultText = function() {
|
||||
};
|
||||
|
||||
AudioSpeedProgressBar.prototype.setSpeed = function(speed) {
|
||||
this.set(speed / 500000, "Audio stream [" + (speed / 1000).toFixed(0) + " kbps]", false);
|
||||
this.set(speed / 1000000, "Audio stream [" + (speed / 1000).toFixed(0) + " kbps]", false);
|
||||
};
|
||||
|
||||
AudioOutputProgressBar = function(el, sampleRate) {
|
||||
|
Reference in New Issue
Block a user