Initial pipeline setup.

This commit is contained in:
2022-04-16 03:22:01 -05:00
parent 58ef009b88
commit edd2794eeb
9 changed files with 4657 additions and 3092 deletions

View File

@@ -1,5 +1,4 @@
import "./styles/songplayer.css";
// TODO: Finish playlist, and basic music playback functionality.
// TODO: function to easily bind element styling to frequency bin.
// TODO: adjust frequency bin interactively resulting in change in output.
// TODO: Set up global scope audioshowkit object.

16
src/demo/index.html Normal file
View File

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

0
src/demo/main.css Normal file
View File