I think I figured it out:
vectors-streams are different then regular streams
vector-streams of length one are regular streams
streams_to_stream and stream_to_streams are just like interleave and
deinterleave
vector_source_* actually outputs a regular stream
Correct?
what on earth does vector_sink_* do?
-Josh