music.resolve_stereo

music.resolve_stereo(afunction, argdict, stereo_vars=('sonic_vector',))[source]

Resolve stereo arguments for a function.

Parameters:
afunctionfunction

The function to apply the resolved arguments to.

argdictdict

The dictionary of arguments to resolve.

stereo_varslist, optional

List of variable names that represent stereo data, by default [‘sonic_vector’]

Returns:
numpy.ndarray

Stereo output of the function.