|
|
@@ -6,7 +6,7 @@ import { elements } from './elements.js';
|
|
|
|
|
|
// 시작버튼 클릭
|
|
|
elements.startBtn.addEventListener('click', async () => {
|
|
|
- WebSocketManager.init('ws://localhost:8000/audio-stream');
|
|
|
+ WebSocketManager.init('ws://jonghyun2.site:8000/audio-stream');
|
|
|
await AudioManager.initWAVMediaRecorder();
|
|
|
UIManager.onStart();
|
|
|
});
|