! webapp Android (6.4.0) iOS (4.5.3), (7.1.0). API- webaudio . , :
Bluetooth , , . Android. / Android- , ... :
- Samsung J3 (Android v5.1.1) =
- LENOVO TB2 (Android v5.1.1) =
- HUAWEI VTR (Android v7.0) =
- LG G6 (Android v7.0) = !
, "" . , (BT = bluetooth):
, , - AudioContext. AudioContext baseLatency. DOC :
, AudioContext, AudioDestinationNode [...]
, ( ) /, AudioContext, ...
, AudioContext , baseLatency ( ):
var context = new AudioContext();
console.log(context.baseLatency);
, , , baseLatency 0.2 , .
bluetooth DISABLE:
// baseLatency on computer = 0.008
// baseLatency on iOS devices = 0.05
// baseLatency on Android devices = 0.05
bluetooth ENabled:
// baseLatency on computer = 0.008 (same)
// baseLatency on iOS devices = 0.05 (same)
// baseLatency on (some) Android devices = 0.2 (HIGHER)
, , . BT , some Androids, baseLatency 0,2, , AudioContext - , , , , , .
AudioContext, ... baseLatency , AudioContext.
, !