Obtain a list of available mixers
y = audio_getMixers()
A string array of the available mixers
This function returns a array of mixers that are available. Each mixer has a ID which can be used to select that particular mixer. Do note that a mixer's ID is not fixed and will change when devices are added or removed.
y = audio_getMixers(); disp(y) | ![]() | ![]() |