-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
I am using the ssr-brs mode. I have loaded a valid scene file and saved a new ASD file via the GUI.
Original:
<source id="NAME" name="NAME" properties_file="BRIR.wav" volume="0" mute="true">
<position x="-2" y="1" fixed="true"/>
<port>1</port>
</source>Saved:
<source name="NAME" model="point" mute="true" volume="0" properties-file="BRIR.wav">
<port>1</port>
<position x="-2" y="1"/>
<orientation azimuth="0"/>
</source>Three issues occur:
- The tag
properties_fileis now calledproperties-file, which renders the file unusable. When trying to load this file, the SSR does not start due to the invalid syntax. - The tag
idis lost. I use it to remote control different source properties via FUDI messages, which is not possible with the new scene anymore. - The tag
orientation azimuthis inserted. But I believe this has no relevance for thessr-brsrendering?
Metadata
Metadata
Assignees
Labels
No labels