AudioFormatWriter newbie

I’m developing a VST plugin that needs to reads a stereo sound file and write 16 mono sound files to disk.

The reading stuff now is ok using nice AudioTransportSource with read-ahead functionality.

Now I’m studying around AudioFormatWriter documentation but I’m realizing that a buffered writing is not implemented yet. Do I forget something or is there another class I cannot find that do this task?

Thanks a lot.

No, there’s no buffered writer at the moment. Probably not too hard to do though - certainly easier than the buffered reader.