Im in need of a developer if your there scotty. Current developer has had some personal family issue and cannot proceed. hes half finished the audio player project but ive been left high and cold as its unfinished. Hes created a readme for any pros[pecting new developer. it reads:
AUDIOPLAYER RESOURCES
.htaccess
File is used to create alternate index entry.php which creates 2 iframes. One for original index.php (OpenCart) and one for audiplayer.php.
index.php
This is the original index.php from OpenCart (with VQMod update). No changes made by audioplayer. It is opened in the 1st iframe.
entry.php
This file is opened before index.php and creates the 2 iframes. If it is called with a POST, the supplied URL given is fed to index.php.
audioplayer.php
This file is opened in the second iframe. All functions for the audioplayer are in here.
audioplayer.ocmod.xml
This is the ocmod file which is installed in OpenCart via the admin 'extension installer'. It modifies the header to relay navigation in OpenCart to the entry.php so we keep the persistent audio player.
wavecache.php
This file caches audio waveform data into the audio folder for faster loading on playback.
audio [folder]
This folder contains the audio files used by the audioplayer. It also contains wave cache data.
The audioplayer primarily uses the wavesurfer.js module which can be found here:
http://wavesurfer-js.org/