mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-08 06:03:52 +01:00
96kHz is reported as working, too - refs #201
This commit is contained in:
parent
48d498941e
commit
540198b12a
|
|
@ -38,7 +38,7 @@ AudioEngine.prototype.buildAudioContext = function() {
|
|||
}
|
||||
|
||||
// known good sample rates
|
||||
var goodRates = [48000, 44100]
|
||||
var goodRates = [48000, 44100, 96000]
|
||||
|
||||
// let the browser chose the sample rate, if it is good, use it
|
||||
var ctx = new ctxClass();
|
||||
|
|
|
|||
Loading…
Reference in a new issue