AuralSystem

object AuralSystem
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Failed(ex: Throwable) extends State
case class Preparing() extends State
case class Running(server: Server) extends State
sealed trait State
case object Stopped extends State

Value members

Concrete methods

def apply(global: Boolean): AuralSystem
def offline(server: Offline)(tx: RT): AuralSystem

Creates an offline-server based aural system. It is important that the AuralSystem is eventually disposed again, calling the stop method.

Creates an offline-server based aural system. It is important that the AuralSystem is eventually disposed again, calling the stop method.

def start(config: Config, client: Config, connect: Boolean)(tx: RT): AuralSystem