week10-unity-class.zip
-- "week10.1" has two different approaches (set as two seperate
scenes, "unitycat" and "urtcmixcat") to reading and using
soundfiles in Unity. The first uses the basic Unity soundfile
playback system to send sound into an RTcmix script, adding
an AM affect to the cat's meowing. The second uses the RTcmix
'rtinput()' mechanism to do this. It also shows how to find the
pathname to the Unity Assets folder so that the soundfile may be
loaded properly no matter where the Unity project/app is
located.
"week10.2" shows how to localize a sound source using the
RTcmix 'LOCALIZE()' instrument. An explanation of how this
works may be found
here.