What is replacing AudioNode?

I see in 3.1 the AudioNode is being depreciated. What is going to replace it ?

I didn’t look into this but I guess you address the Change I did:
It’s only ONE Constructor (namely booleans over Enums) being deprecated, not the whole AudioNode?

AudioNode is not deprecated. Must be a dream.

1 Like

It is crossed out in the IDE.

No, probably just the constructor you are using is crossed out. That’s an important difference. One need only open the javadoc or the class file (one key away in the SDK) to confirm that the class is not deprecated.

1 Like