Description

This function starts playing a digital audio stream from a file. It allocates the stream buffer, creates a new thread that will read sample data from the file to the stream buffer, and starts the Sound Device to play the stream. The stream will continue playing until it is stopped with MIDASstopStream. When a stream is being played on a channel, that channel may not be used for other purposes.

The stream buffer length should be at least around 500ms if the stream file is being read from a disc, to avoid breaks in stream playback