You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, OpenAL/libnyquist pointers and data structures are stored in AudioClip, AudioSource and AudioListener. A better implementation would store this elsewhere to make it easier to change the audio backend in the future.
The text was updated successfully, but these errors were encountered:
Right now, OpenAL/libnyquist pointers and data structures are stored in
AudioClip
,AudioSource
andAudioListener
. A better implementation would store this elsewhere to make it easier to change the audio backend in the future.The text was updated successfully, but these errors were encountered: