From 653a2d1a86a40178cde7a39f71d0b3d53cc338cd Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 1 Dec 2009 02:54:05 -0500 Subject: [PATCH] Commit --- StreamingAudio/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/StreamingAudio/README b/StreamingAudio/README index c5abe64f..d755666a 100644 --- a/StreamingAudio/README +++ b/StreamingAudio/README @@ -8,4 +8,9 @@ This code does not attempt to buffer beyond the four built-in buffers that are created at startup. It will happily stall until the audio pipeline releases one of the audio buffers. -A better implementation would save the data to disk as well. \ No newline at end of file +A better implementation would save the data to disk as well. + +To use this you need either MonoTouch 1.4 or to download the preview +monotouch.dll from: + + http://tirania.org/tmp/monotouch.dll