This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added html and js files
dds
Matt Bradshaw
6 years ago
parent
4a4d695cec
commit
1e33c8755f
2 changed files
with
10 additions
and
0 deletions
Split View
Show Diff Stats
+9
-0
extras/wav2sketch/wav2sketch.html
+1
-0
extras/wav2sketch/wav2sketch.js
+ 9
- 0
extras/wav2sketch/wav2sketch.html
View File
@@ -0,0 +1,9 @@
<html>
<head>
<title>wav2sketch</title>
</head>
<body>
<h1>Teensy Audio Wav2Sketch Utility</h1>
<script type="text/javascript" src="wav2sketch.js"></script>
</body>
</html>
+ 1
- 0
extras/wav2sketch/wav2sketch.js
View File
@@ -0,0 +1 @@
alert("Hello!");
Write
Preview
Loading…
Cancel
Save