-
-
Notifications
You must be signed in to change notification settings - Fork 806
Closed as not planned
Labels
Description
📝 Provide a description of the new feature
Currently, Spicetify extensions are sandboxed within the Spotify's JavaScript environment, it places a hard limit on the complexity and type of tasks extensions can perform.
Allowing a bridge to native code could unlock a whole new ecosystem of powerful features that are currently impossible, primarily those that are computationally intensive or require system-level interoperability. Such as capturing real-time FFT data, or communicating with other applications.
➕ Additional Information
No response