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) ```