soundio_create

Create a SoundIo context. You may create multiple instances of this to connect to multiple backends. Sets all fields to defaults. Returns NULL if and only if memory could not be allocated. See also ::soundio_destroy

  1. SoundIo* soundio_create()
    extern (C) @nogc nothrow
    soundio_create
    ()
  2. void soundio_destroy(SoundIo* soundio)

Meta