From de5753e7f24d438976b7f56149844c2388372390 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Tue, 9 Aug 2016 00:23:51 -0400 Subject: [PATCH] updates example in README [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 917f449..36e6526 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ PortAudio.jl also provides convenience wrappers around the `PortAudioStream` typ ### Set up an audio pass-through from microphone to speaker ```julia -stream = PortAudioStream() +stream = PortAudioStream(2, 2) write(stream, stream) ```