From a785a178ed51c8f4c50a395e910cc00a4000a529 Mon Sep 17 00:00:00 2001
From: Jer Noble <jer.noble@apple.com>
Date: Thu, 27 Mar 2014 14:23:20 -0700
Subject: [PATCH 1/1] Add README

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5fb4e13
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+Sound
+=====
+
+This repository contains a proof-of-concept JavaScript library which implements [HTMLAudioElement](http://www.w3.org/html/wg/drafts/html/master/embedded-content.html#htmlaudioelement) using the [Web Audio API](https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html).
-- 
2.40.1