Merge branch 'develop' into rf103
This commit is contained in:
commit
3b229b95b6
@ -193,6 +193,7 @@ AudioEngine.prototype.resetStats = function() {
|
||||
};
|
||||
|
||||
AudioEngine.prototype.setupResampling = function() { //both at the server and the client
|
||||
var targetRate = this.audioContext.sampleRate;
|
||||
var audio_params = this.findRate(8000, 12000);
|
||||
if (!audio_params) {
|
||||
this.resamplingFactor = 0;
|
||||
|
File diff suppressed because it is too large
Load Diff
3
htdocs/lib/jquery.nanoscroller.min.js
vendored
Normal file
3
htdocs/lib/jquery.nanoscroller.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -116,7 +116,7 @@ class CompiledAssetsController(GzipMixin, ModificationAwareController):
|
||||
"lib/chroma.min.js",
|
||||
"openwebrx.js",
|
||||
"lib/jquery-3.2.1.min.js",
|
||||
"lib/jquery.nanoscroller.js",
|
||||
"lib/jquery.nanoscroller.min.js",
|
||||
"lib/Header.js",
|
||||
"lib/Demodulator.js",
|
||||
"lib/DemodulatorPanel.js",
|
||||
|
Loading…
Reference in New Issue
Block a user