euterpe-source/packages/euterpe
2023-08-10 14:02:23 +02:00
..
src Stupid callbacks xd.Reworked to proper await/async 2023-08-09 18:04:12 +02:00
.eslintrc.json Add euterpe, many fixes. 2023-06-12 17:50:33 +02:00
package.json maybe another fix 2023-08-10 14:02:23 +02:00
project.json Add euterpe, many fixes. 2023-06-12 17:50:33 +02:00
README.md Add euterpe, many fixes. 2023-06-12 17:50:33 +02:00
tsconfig.json Add euterpe, many fixes. 2023-06-12 17:50:33 +02:00
tsconfig.lib.json Add euterpe, many fixes. 2023-06-12 17:50:33 +02:00

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.