recommended audio object for RakVoice

BlitzMax Forums/Brucey's Modules/recommended audio object for RakVoice

VicToMeyeZR(Posted 2010) [#1]
Hey. Just wondering what audio object you recommend to use with the RaknetVoice module


Method Init(speexSampleRate:Int, bufferSizeBytes:Int, audioInterface:Object)
Description Starts RakVoice.
audioInterface : An instance of the audio interface. eg. a TFMODSystem object.




Thanks


Brucey(Posted 2010) [#2]
Only FMOD at the moment, since that's the only one I've written so far.

And even then, it could probably have been implemented better - i.e. with more flexibility in mind. In which case, I should re-write it...


VicToMeyeZR(Posted 2010) [#3]
ok. I will play with it. I am interested in RakNet's capablities, as well as the GUI mods you have.. See what I can come up with.

Thanks