Update script.js

pull/4/head
don 3 years ago committed by GitHub
parent 59542e6dbe
commit bf4e53898d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
//PCM Player : https://github.com/samirkumardas/pcm-player/blob/master/example/server/server.js //PCM Player : https://github.com/samirkumardas/pcm-player/blob/master/example/server/server.js
window.onload = function () { window.onload = function () {
var socketURL = 'ws://' + window.location.hostname + ':8080' var socketURL = 'ws://' + window.location.hostname + ':56780'
var player = new PCMPlayer({ var player = new PCMPlayer({
encoding: '16bitInt', encoding: '16bitInt',
channels: 2, channels: 2,

Loading…
Cancel
Save