Search Unity

Question MIDI: getting access to the built-in Android Sonivox Synthesizer

Discussion in 'Audio & Video' started by atsocodranreb, Apr 22, 2022.

  1. atsocodranreb

    atsocodranreb

    Joined:
    Sep 27, 2021
    Posts:
    1
    Hi everyone,

    I am developing a Unity application for Android and would like to know if there is any way to access the built-in Sonivox synthesizer (https://developer.android.com/guide/topics/media/jet/jetcreator_manual); currently, I am reading events from a MIDI file and playing them through multiple Audio Sources. It would be better to forward each MIDI event to the Sonivox synthesizer, as my current implementation is rather rudimentary regarding both playback capability and size occupied by audio samples.

    If this is currently not possible, any feedback or tips from anyone who has already implemented something similar is very much appreciated.

    Thanks in advance!