<< audio_getLine Scilab Audio Module audio_getSnapshot >>

Scilab Audio Module >> Scilab Audio Module > audio_getMixers

audio_getMixers

Obtain a list of available mixers

Syntax

y = audio_getMixers()

Parameters

y :

A string array of the available mixers

Description

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.

Examples

y = audio_getMixers();
disp(y)

See also

Authors


Report an issue
<< audio_getLine Scilab Audio Module audio_getSnapshot >>