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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -