UNPKG
@p0llen/speaker-detector-client
Version:
latest (0.7.6)
0.7.6
0.6.9
0.6.4
0.6.3
0.6.2
0.6.0
0.5.9
0.5.8
0.5.5
0.5.4
0.2.9
0.2.8
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
React components and hooks for live speaker detection and mic analysis.
@p0llen/speaker-detector-client
/
dist
/
lib
/
constants.js
4 lines
(3 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
// speaker-detector-client/lib/constants.js
export
var
API_BASE
=
"http://localhost:9000"
;
export
var
CLIENT_VERSION
=
"0.7.6"
;