euterpe-source/packages/euterpe/README.md
2023-06-12 17:50:33 +02:00

973 B

Euterpe

Fully featured AudioContext music player for the web.

Features:

  • "Local" library/Database for songs, collections etc.
  • Queue
  • History
  • Easy way to create Vector based audio visuals
  • Safe. Provides wrappers for all functions that are either unsafe or don't give a success return. (very Rust inspired, yes.)
  • Async / Await or simple funcions.

How to use:

Simple demo here

Since this package is just a compilation of our smaller modules, you can read individual modules' tutorials on their respective npm page:

This module builds on those, and further adds functions for playing backwards, forwards and managing the queue.