Home > librivox-player.js

librivox-player.js

Librivox-player.js is a project mainly written in JAVASCRIPT and SHELL, it's free.

Javascript library for playing librivox audiobooks.

This project is an adaption of a Chrome Web App I created. I'm trying to clean up the code so that the library can be used more generally. Right now the Player class requires XHR, which isn't allowed due to the same origin policy (except for Chrome Apps). However the Book class is still useful for Node.js environments.

I might convert this library over to CoffeeScript at some point.

Chrome web app example:

Previous:comp6035cw2