-
Notifications
You must be signed in to change notification settings - Fork 2
/
wavpack.htm
34 lines (34 loc) · 1.03 KB
/
wavpack.htm
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
26
27
28
29
30
31
32
33
34
<html>
<head><title>Flash WavPack Encoder Demo (written in Haxe)</title></head>
<body bgcolor="#dddddd">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
width="400"
height="300"
id="haxe"
align="middle">
<param name="movie" value="wavpack_encoder_demo.swf"/>
<param name="allowScriptAccess" value="always" />
<param name="wmmode" value="opaque" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff"/>
<embed src="wavpack_encoder_demo.swf"
bgcolor="#ffffff"
width="600"
height="400"
name="haxe"
wmmode="opaque"
quality="high"
align="middle"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://get.adobe.com/flashplayer/"
/>
</object>
<br />
This demo allows you to record audio using the microphone on your computer.
<br />
It encodes the sound in realtime using WavPack.
</body>
</html>