c# - FMOD play music streaming or is there another way -
c# - FMOD play music streaming or is there another way -
so seems can stream on fmod doing like
system.createstream() // parameters string name_or_data, mode mode, ref createsoundexinfo exinfo, ref sound sound)
but see there music system
musicsystem musicsystem = null; _eventsystem.getmusicsystem(ref musicsystem); musicsystem.loadsounddata(...)
what improve approach , why? using fmod c#
the music scheme creating interactive music in fmod designer tool, system::createstream playback of single sound file (which piece of music).
it comes downwards need game.
c# fmod
Comments
Post a Comment