-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbenchmark.html
25 lines (23 loc) · 859 Bytes
/
benchmark.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>ShowCQT Benchmark</title>
<script src="test/benchmark.mjs" type="module"></script>
</head>
<body>
<h1>Repositories</h1>
<ul>
<li><a href="https://github.com/mfcc64/showcqt-js">showcqt-js</a>: an audio visualizer
engine based on ffmpeg showcqt filter.</li>
<li><a href="https://github.com/mfcc64/html5-showcqtbar">html5-showcqtbar</a>: an example
github page for showcqt-js.</li>
<li><a href="https://github.com/mfcc64/youtube-musical-spectrum">youtube-musical-spectrum</a>:
a browser extension using showcqt-js.</li>
</ul>
<pre id="result">showcqt-js benchmark:
</pre>
<pre id="bottom">
</pre>
</body>
</html>