From db2f697d6cde3211b3b1afb0f76125f7d6901f2e Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Wed, 23 Mar 2016 23:35:07 -0400 Subject: [PATCH] fixes channel count wrongness in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caa4135..55c2162 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,11 @@ write(stream, stream) ```julia julia> using PortAudio, SampleTypes, LibSndFile -julia> stream = PortAudioStream("Built-in Microph", 1, 0) +julia> stream = PortAudioStream("Built-in Microph", 2, 0) PortAudio.PortAudioStream{Float32,SIUnits.SIQuantity{Int64,0,0,-1,0,0,0,0,0,0}} Samplerate: 48000 s⁻¹ Buffer Size: 4096 frames - 1 channel source: "Built-in Microph" + 2 channel source: "Built-in Microph" julia> buf = read(stream, 10s) 480000-frame, 2-channel SampleBuf{Float32, 2, SIUnits.SIQuantity{Int64,0,0,-1,0,0,0,0,0,0}}