aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas DeMarinis <ndemarin@cs.brown.edu>2022-01-26 23:03:12 -0500
committerNicholas DeMarinis <ndemarin@cs.brown.edu>2022-01-26 23:03:12 -0500
commitfc638c7f13690b107a9d80f4e97e0cb798391638 (patch)
tree67f7b0f2c97e3af367663eaba1ff547911143340
Initial commit; added example mp3 files and reference version.
-rw-r--r--.gitignore5
-rw-r--r--mp3/Beethoven-SymphonyNo5.mp3bin0 -> 6659043 bytes
-rw-r--r--mp3/DukeEllington-Caravan.mp3bin0 -> 5713920 bytes
-rw-r--r--mp3/FX-Impact193.mp3bin0 -> 82382 bytes
-rw-r--r--mp3/ManchurianCandidates-Breakin.mp3bin0 -> 6033240 bytes
-rw-r--r--mp3/ManchurianCandidates-TwentyEightHouse.mp3bin0 -> 5700127 bytes
-rw-r--r--mp3/U2-StuckInAMoment.mp3bin0 -> 4337708 bytes
-rw-r--r--mp3/VanillaIce-IceIceBaby.mp3bin0 -> 4264615 bytes
-rwxr-xr-xreference/snowcast_controlbin0 -> 29144 bytes
-rwxr-xr-xreference/snowcast_listenerbin0 -> 21576 bytes
-rwxr-xr-xreference/snowcast_serverbin0 -> 40424 bytes
11 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fe83c75
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*~
+\#*#
+*.o
+
+.DS_Store
diff --git a/mp3/Beethoven-SymphonyNo5.mp3 b/mp3/Beethoven-SymphonyNo5.mp3
new file mode 100644
index 0000000..33fb0f9
--- /dev/null
+++ b/mp3/Beethoven-SymphonyNo5.mp3
Binary files differ
diff --git a/mp3/DukeEllington-Caravan.mp3 b/mp3/DukeEllington-Caravan.mp3
new file mode 100644
index 0000000..be08489
--- /dev/null
+++ b/mp3/DukeEllington-Caravan.mp3
Binary files differ
diff --git a/mp3/FX-Impact193.mp3 b/mp3/FX-Impact193.mp3
new file mode 100644
index 0000000..48950f0
--- /dev/null
+++ b/mp3/FX-Impact193.mp3
Binary files differ
diff --git a/mp3/ManchurianCandidates-Breakin.mp3 b/mp3/ManchurianCandidates-Breakin.mp3
new file mode 100644
index 0000000..d5ff1d5
--- /dev/null
+++ b/mp3/ManchurianCandidates-Breakin.mp3
Binary files differ
diff --git a/mp3/ManchurianCandidates-TwentyEightHouse.mp3 b/mp3/ManchurianCandidates-TwentyEightHouse.mp3
new file mode 100644
index 0000000..11a2342
--- /dev/null
+++ b/mp3/ManchurianCandidates-TwentyEightHouse.mp3
Binary files differ
diff --git a/mp3/U2-StuckInAMoment.mp3 b/mp3/U2-StuckInAMoment.mp3
new file mode 100644
index 0000000..0908a8c
--- /dev/null
+++ b/mp3/U2-StuckInAMoment.mp3
Binary files differ
diff --git a/mp3/VanillaIce-IceIceBaby.mp3 b/mp3/VanillaIce-IceIceBaby.mp3
new file mode 100644
index 0000000..732d19d
--- /dev/null
+++ b/mp3/VanillaIce-IceIceBaby.mp3
Binary files differ
diff --git a/reference/snowcast_control b/reference/snowcast_control
new file mode 100755
index 0000000..fcb60c5
--- /dev/null
+++ b/reference/snowcast_control
Binary files differ
diff --git a/reference/snowcast_listener b/reference/snowcast_listener
new file mode 100755
index 0000000..ae9f62b
--- /dev/null
+++ b/reference/snowcast_listener
Binary files differ
diff --git a/reference/snowcast_server b/reference/snowcast_server
new file mode 100755
index 0000000..43ce287
--- /dev/null
+++ b/reference/snowcast_server
Binary files differ