multiple AI projects changes:
TTS and WebUI related
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
<div class="flex justify-center items-center mb-4">
|
||||
<span id="record-actions">
|
||||
<button id="record-button"
|
||||
disabled
|
||||
disabled
|
||||
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded mr-4">
|
||||
Start Recording</button>
|
||||
<button id="record-button-speakers"
|
||||
<button id="record-button-speakers"
|
||||
disabled
|
||||
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded mr-4">
|
||||
Stream from speakers</button>
|
||||
|
@@ -3,9 +3,9 @@ if (require('dotenv')) {
|
||||
require('dotenv').config()
|
||||
}
|
||||
|
||||
console.log('Starting ws server on port '+ process.env.SERVER_PORT_WS);
|
||||
const WebSocket = require('ws');
|
||||
const wss = new WebSocket.Server({ port: process.env.SERVER_PORT_WS });
|
||||
console.log('WebSocket server started on port 8081');
|
||||
|
||||
|
||||
console.log(process.env)
|
||||
|
Reference in New Issue
Block a user