From bf4e53898d3f88946b752ceb70f5471f2c7c19c0 Mon Sep 17 00:00:00 2001 From: don Date: Thu, 17 Nov 2022 01:58:59 -0500 Subject: [PATCH] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 9980be2..c115d58 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ //PCM Player : https://github.com/samirkumardas/pcm-player/blob/master/example/server/server.js window.onload = function () { - var socketURL = 'ws://' + window.location.hostname + ':8080' + var socketURL = 'ws://' + window.location.hostname + ':56780' var player = new PCMPlayer({ encoding: '16bitInt', channels: 2,