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
{{ message }}
This repository was archived by the owner on Nov 21, 2020. It is now read-only.
In palace, there is a class named Context. To my understanding, Context means the environment where the sound is played. This should not be confused with with statement context manager - to be honest, I was confused when I was resolving issues related to this class too. I'm not sure if this would be clear to users.
Should we maybe add a glossary explaining the name of classes and their properties?
In palace, there is a class named
Context. To my understanding,Contextmeans the environment where the sound is played. This should not be confused with with statement context manager - to be honest, I was confused when I was resolving issues related to this class too. I'm not sure if this would be clear to users.Should we maybe add a glossary explaining the name of classes and their properties?