v0 Code to stream audio from Client to Server written

This commit is contained in:
Paoda
2018-08-31 15:19:35 +01:00
parent ed506d631a
commit 9f6adb3a29
6 changed files with 3605 additions and 0 deletions

13
dist/index.html vendored Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>