filonenko-mikhail / cl-portaudio

Common Lisp bindings to portaudio library
filonenko-mikhail.blogspot.com
24 stars 10 forks source link

Allow writing to output-only streams #2

Closed sjl closed 8 years ago

sjl commented 8 years ago

write-stream was checking the number of input channels before allowing a write, so it would always just return immediately when you tried to write to an output-only stream. It should be checking the number of output channels instead. I'm pretty sure this was just a copy/paste typo.