From 253c65fc34eebbd75ec7963ef9036db6c3b269c7 Mon Sep 17 00:00:00 2001 From: Sam Perry Date: Thu, 14 Apr 2016 10:55:59 +0100 Subject: [PATCH] Linked examples and added readme to examples folder --- examples | 1 + src/sppysound/Examples/README.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 examples create mode 100644 src/sppysound/Examples/README.txt diff --git a/examples b/examples new file mode 120000 index 0000000..b216acc --- /dev/null +++ b/examples @@ -0,0 +1 @@ +./src/sppysound/Examples \ No newline at end of file diff --git a/src/sppysound/Examples/README.txt b/src/sppysound/Examples/README.txt new file mode 100644 index 0000000..2311f10 --- /dev/null +++ b/src/sppysound/Examples/README.txt @@ -0,0 +1,3 @@ +This folder contains three examples of the pysound API usage. They can be run +using the Jupyter notebook unix command. See the documentation for instructions +on running these scripts.