Module cybergrape::dummy_hdm
source ยท Expand description
A dummy implementation of a HardwareDataManager
that pretends
that there is a static circle of sound sources around the listener
Structsยง
- Manages a thread that produces updates as if there is a circle of sound sources around the listener.
- A utility struct that enables configuration of the
DummyHdm
Enumsยง
- Signal ๐
Functionsยง
- Generate points in a circle around the origin.
- unflatten_updates ๐Take a slice of
Update
s and apply a bit of vertical noise so that they are no longer pinned to the x/y plane.