Streaming sounds from a fsb file

If you want to stream a sound from a fsb file at what point do you call createStream? I mean do you call CreateSound to open the fsb file, get the subsound and then call createStream on the subsound, or do you have to call createStream on the fsb file to start with?

Actually, I figured it out. You can ignore that question.

doesn’t help others who can’t figure it out

might want to post your solution and mark that as the solution, not an “I figured it out”

createStream overwrites the Sound you pass in, so it wouldn’t make sense to try to pass in an existing subsound. In this case, the latter option of calling createStream on the .fsb is the way to go.