hyperaudio / hyperaudio-lite

Hyperaudio Lite - a Super-lightweight Interactive Transcript Player
MIT License
128 stars 38 forks source link

156 spotify player #178

Closed maboa closed 1 year ago

maboa commented 1 year ago

This is a beta version of the spotify player. Development was hindered by spotify's lacking API.

The API limits us to:

  1. A seek accuracy of nearest second
  2. An update frequency of one second (although a workaround is provided)
  3. Playing a file without previous iteraction will always play from start ie – a shared selection will highlight but not start at the start of that selection.

Addresses #156