audiblelight.micarrays.Eigenmike64#
- class audiblelight.micarrays.Eigenmike64(name='eigenmike64', is_spherical=True, channel_layout_type='mic')#
Bases:
MicArrayEigenmike 64 microphone.
- Parameters:
name (str)
is_spherical (bool)
channel_layout_type (str)
- __init__(name='eigenmike64', is_spherical=True, channel_layout_type='mic')#
- Parameters:
name (str)
is_spherical (bool)
channel_layout_type (str)
- Return type:
None
Methods
__init__([name, is_spherical, ...])from_dict(input_dict)Instantiate a MicArray from a dictionary.
set_absolute_coordinates(mic_center)Calculates absolute position of all microphone capsules based on a provided center.
to_dict()Returns metadata for this MicArray as a dictionary.
Attributes
channel_layoutReturns the ray-tracing engine ChannelLayout object for this MicArray
coordinates_absoluteThe positions of the capsules in Cartesian coordinates, i.e. as meters from the center of the array.
coordinates_centerirsn_capsulesn_listenersReturns the number of listeners this MicArray should be associated with in the engine.
- property capsule_names: list[str]#
- channel_layout_type: str = 'mic'#
- property coordinates_cartesian: ndarray#
The positions of the capsules in Cartesian coordinates, i.e. as meters from the center of the array.
- property coordinates_polar: ndarray#
- is_spherical: bool = True#
- name: str = 'eigenmike64'#