This repository was archived by the owner on Nov 1, 2024. It is now read-only.
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
How to set a directional sound source? #146
Open
Description
Thanks for your excellent work! I set my sound source as shown below,
source=np.array([0.0,4.0,1.7]) audio_sensor = sim.get_agent(0)._sensors["audio_sensor"] audio_sensor.setAudioSourceTransform(source) audio_sensor.setAudioMaterialsJSON("data/mp3d_material_config.json")
I wonder whether the sound source is omnidirectional or directional? If it is directional, how to change the direction of the sound source?Thanks for your answer!
Metadata
Metadata
Assignees
Labels
No labels