A reference to the wimpy.flac.js file needs to be added manually BELOW the wimpy.js script
<script src="wimpy.js"></script> <script src="wimpy.flac.js"></script>
NOTES:
Seeking with FLAC requires 1 second interval seektables set up
within the files. Use the "metaflac" tools to add a seektable
entry every second:
Windows and *nix: Download "metaflac" tools:
https://xiph.org/flac/download.html
Mac OS X: Install "metaflac" tools with Homebrew:
$ brew install flac
Add seektable:
$ cd /path/to/flac/files/ $ metaflac --add-seekpoint=1s *.flac