-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
56 lines (53 loc) · 2.35 KB
/
contact.html
File metadata and controls
56 lines (53 loc) · 2.35 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<title>Playrec - Contact</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1><a href="index.html">Playrec</a></h1>
<h2><a href="index.html">Multi-channel Matlab Audio</a></h2>
<div id="menu">
<ul id="navlist">
<li><a href="index.html">Home</a></li>
<li><a href="compiling.html">Getting Started</a></li>
<li><a href="usage.html">Usage</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="download.html">Download</a></li>
<li class="selected"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="content">
<h3>Contact</h3>
Before contacting me please check that your question is not answered somewhere on the website.<br />
<br />
When contacting about bugs or problems getting the utility to compile please provide as much information as possible, including:
<ul>
<li>the operating system being used</li>
<li>the version of Playrec, PortAudio and any SDKs being used;</li>
<li>the version of Matlab;</li>
<li>the compiler being used;</li>
<li>all options used when compiling the utility (which checkboxes are selected and what is in the text boxes);</li>
<li>all compilation output in the Matlab Command Window, ideally compiling in verbose mode.</li>
</ul>
Please send all support request emails to <a href="mailto:support@playrec.co.uk">support@playrec.co.uk</a> and all other emails to <a href="mailto:info@playrec.co.uk">info@playrec.co.uk</a>.
</div><div id="footer"><div id="copy">© 2008-2014 Robert Humphrey</div><a href="license.html">Software License</a></div></div>
<script src="javascripts/scale.fix.js"></script>
<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">
try {
var pageTracker = _gat._getTracker("UA-3319302-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body></html>