audiokeychain-clients/index.html
2016-07-03 02:03:31 +02:00

50 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Audiokeychain-clients by danog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Audiokeychain-clients</h1>
<h2 class="project-tagline">Repository containing clients for the audiokeychain.com website</h2>
<a href="https://github.com/danog/audiokeychain-clients" class="btn">View on GitHub</a>
<a href="https://github.com/danog/audiokeychain-clients/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/danog/audiokeychain-clients/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="audiokeychaincom-client" class="anchor" href="#audiokeychaincom-client" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Audiokeychain.com client</h1>
<p>This repo contains a bash client for <a href="https://audiokeychain.com">audiokeychain.com</a>. </p>
<p>The script in question is capable of recognizing the key and bpm of a song.</p>
<p>Usage:</p>
<pre><code>./audiokeychain.sh song.mp3
</code></pre>
<p>Todo:<br>
Add submit to database option and show compatible keys</p>
<p>Created by <a href="https://daniil.it">Daniil Gentili</a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/danog/audiokeychain-clients">Audiokeychain-clients</a> is maintained by <a href="https://github.com/danog">danog</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>