-
Notifications
You must be signed in to change notification settings - Fork 0
/
utilities.html
105 lines (87 loc) · 3.6 KB
/
utilities.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Audio Utilities</title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
<link rel="stylesheet" href="/css/default.css" type="text/css" />
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
<script language="javascript" src="/js/email.js"></script>
<!-- google analytics -->
<script type='text/javascript'>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type='text/javascript'>
var pageTracker = _gat._getTracker("UA-4400684-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<div id="smallheader">
<div class="wrapper">
<div id="logo">
<a href="/"><img src="/images/ta_logo_inverted.png" alt="Teragon Audio"/></a>
</div>
<!--
<div id="right">
<form method="get" id="searchform" action="#">
<fieldset class="search">
<input type="text" class="box" />
<button class="btn" title="Search">Search</button>
</fieldset>
</form>
</div>
-->
</div>
</div>
<div id="contentpart">
<div class="wrapper">
<ul class="menu">
<li class="menuitem"><a href="index.html">Home</a></li>
<li class="menuitem"><a href="/software.html">Software</a></li>
<li class="menuitem"><a href="/developers.html">Developer Portal</a></li>
<li class="menuitem"><a href="/performers.html">Performer Portal</a></li>
<li class="menuitem"><a href="/contact.html">Contact</a></li>
</ul>
<div id="content">
<div class="title">
<h1>
Audio Utilities
</h1>
</div>
<!-- Start content -->
<h1 id="audio-utilities">Audio Utilities</h1>
<p><strong>MrsWatson</strong> - A command-line audio plugin host</p>
<ul>
<li><a href="http://teragonaudio.github.com/MrsWatson">MrsWatson Project Page</a></li>
<li><a href="http://static.teragonaudio.com/downloads/MrsWatson/MrsWatson.zip">Download latest version</a></li>
</ul>
<p><strong>DJToolbox</strong> - <em>Unmaintained</em> A grab-bag of utilities for managing a digital music library</p>
<ul>
<li><a href="http://teragonaudio.github.com/DJToolbox">DJToolbox Project Page</a></li>
<li><a href="http://static.teragonaudio.com/attic/DJToolbox.zip">Download latest version</a></li>
</ul>
<p><strong>gogo-no-coda</strong> - Mirror of the insanely fast gogo mp3 encoder</p>
<ul>
<li><a href="https://github.com/teragonaudio/gogo-no-coda">gogo-no-coda mirror page</a></li>
</ul>
<p><strong>id3reader</strong> - A python module for reading ID3 metadata from MP3 files</p>
<ul>
<li><a href="https://github.com/teragonaudio/id3reader">id3reader project page</a></li>
</ul>
<!-- End content -->
</div>
<div style="clear:both;"></div>
<div id="bottom">
<p class="footer">
<b>Questions or comments?</b> Send an email to
<script>mail2("info", "teragonaudio", 0, "subject=Audio Utilities", "info at teragonaudio dot com")</script>.
Copyright (c) 2012 Teragon Audio. All Rights Reserved.
</p>
</div>
</div>
</div>
</body>
</html>