Node.PannerSourcePanner nodes.
Panning model type enumeration.
Distance model type enumeration.
The type for PannerOptions.
val opts :
?channel_count:int ->
?channel_count_mode:Channel_count_mode.t ->
?channel_interpretation:Channel_interpretation.t ->
?panning_model:Panning_model.t ->
?distance_model:Distance_model.t ->
?position_x:float ->
?position_y:float ->
?position_z:float ->
?orientation_x:float ->
?orientation_y:float ->
?orientation_z:float ->
?ref_distance:float ->
?max_distance:float ->
?rolloff_factor:float ->
?cone_inner_angle:float ->
?cone_outer_angle:float ->
?cone_outer_gain:float ->
unit ->
optsopts () are panner node options with given parameters.
The type for PannerNode objects.
panning_model n is the panning model of n.
set_panning_model n v sets the panning_model of n to v.
distance_model n is the distance model of n.
set_distance_model n v sets the distance_model of n to v.
position_x n is the x position of n.
position_y n is the y position of n.
position_z n is the z position of n.
orientation_x n is the x orientation of n.
orientation_y n is the y orientation of n.
orientation_z n is the z orientation of n.
ref_distance n is the reference distance of n.
set_ref_distance n v sets the ref_distance of n to v.
max_distance n is the maximal distance of n.
set_max_distance n v sets the max_distance of n to v.
cone_inner_angle n is the cone inner angle of n.
set_cone_inner_angle n v sets the cone_inner_angle of n to v.
cone_outer_angle n is the cone outer angle of n.
set_cone_outer_angle n v sets the cone_outer_angle of n to v.
cone_outer_gain n is the cone outer gain of n.
set_cone_outer_gain n v sets the cone_outer_gain of n to v.