Skip to main content

Patch notes 1.0.2

This release includes minor bug fixes and improvements.

New features

  • Ability to set Ambisonics order for spatial receivers on per receiver level.
receiver_list.append(treble.Receiver(
x=3,
y=3,
z=1.5,
receiver_type=treble.ReceiverType.spatial,
label='my_receiver',
receiver_properties=treble.ReceiverProperties(ambisonics_order=4)
))

Changes

  • Source labels must now be unique within a simulation
  • Receiver labels must now be unique within a simulation

Bug fixes

  • Fixed simulation status not being updated if lambda steps encountered an error.
  • Improved result accuracy in DeviceRendering step in simulation.