I've got real time data coming into a buffer, and I'd like to stream said buffer (think voIP).
I've tried to make a class inherit from sf::InputStream for sf::Music to be able to stream it, but I wasn't succesful.
Is an example of an sf::InputStream with a vector of sf::Int16 (sound data) provided anywhere so I could use it? Or is this not possible, since sf::Music seems to automatically detect a stream's sample rate?