15216cd85e8b

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Mar 2017 21:58:44 +0000
parents 63c0f972553c
children c5a7a1713512
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Thu Mar 23 18:58:29 2017 +0000
+++ b/README.markdown	Thu Mar 23 21:58:44 2017 +0000
@@ -266,3 +266,6 @@
 * Added a simple Monte Carlo player to [cl-ggp][].  It'll be used as an example
   during my ELS talk.  Also added some additional GDL cleaning to cl-ggp's
   reasoner.
+* Looked around for a simple, cross-platform way to just play a WAV file from
+  Common Lisp (or at least from C (which I can wrap with CFFI) but apparently
+  nothing exists.  Computers are awful.