HI WELCOME TO KANSIRIS

Records webm video and audio using WebAudioAPI, whammy.js and recorder.js Webp images not supported in firefox, hence it fails. Works on Chrome though

Leave a Comment
<html>
<head>
<meta charset="utf-8">
<title>Record and Play Simple Messages</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
Records webm video and audio using WebAudioAPI, whammy.js and recorder.js
Webp images not supported in firefox, hence it fails. Works on Chrome though.
<section>
<div>
<video autoplay></video><br />
<button id="camera">GetUserMedia</button>
</div>
<div id="recordedDiv">
<button id="record" disabled>Record</button>
<button id="stop" disabled>Stop</button><br />
</div>
</section>
<script type="text/javascript" type="javascript" src="./js/whammy.min.js" ></script>
<script type="text/javascript" type="javascript" src="./js/recorder.js"></script>
<script type="text/javascript" type="javascript" src="./js/script.js"></script>
</body>

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.