Hello there,
I am trying to migrate from BASS to FMOD however I can’t find the equivalent of BASS_StreamPutData which lets you append some sample data to an opened stream.
What I’d like to do is to record voice from microphone using steamworks APIs and then play the stream using FMOD by appending the received samples through the network.