An online landscape, built as a tool to explore the many aspects of the human voice.
https://voicegardens.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
685 B
18 lines
685 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Vocoder.org</title>
|
|
<link rel="stylesheet" href="/static/leaflet/leaflet.css" type="text/css" media="screen" title="leaflet" charset="utf-8">
|
|
</head>
|
|
<body>
|
|
Coming Soon TM.
|
|
|
|
<script src="/static/leaflet/leaflet-src.js" charset="utf-8"></script>
|
|
<script src="/static/mappajs/mappa.min.js" charset="utf-8"></script>
|
|
<script src="/static/p5js/p5.min.js" charset="utf-8"></script>
|
|
<script src="/static/p5js/p5.sound.min.js" charset="utf-8"></script>
|
|
<script src="/static/vocoder.js" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|
|
|