-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is your feature request related to a problem?
No tests currently exist for IMDv2 streams
Describe the solution you'd like
At least some minimal testing that tests some IMDv2 edge cases: frames with only energies, only positions, etc. Also requires a decision on how get_imdsessioninfo will work for v2. Currently I believe its output can change during the stream (if the first frame is only energies for example)- maybe it should just raise a NotImplementedError.
Relate: #75