This is a fork of ofxTimeline without any dependency on ofxAudioDecoder. As a result there is no support for mp3 files.
I spent hours trying to get ofxAudioDecoder to compile properly, however the provided example did not behave as expected once no errors where thrown. Furthermore upon inspection of ofOpenALSoundPlayer_TimelineAdditions, the only instance of ofxAudioDecoder is found in decoderReadFile function which is only called when the file format is mp3.
I've been successfully able to compile the allTracks example on Windows 10 using VS2015.
Changes:
Removed ofxAudioDecoder dependency.
Cleaned up ofOpenALSoundPlayer_TimelineAdditions class by removing unused methods and code.
Updated OpenALlibs and dlls to latest version 1.1.
Fixed switch and flag tracks' text input field as suggested here.
This is a fork of ofxTimeline without any dependency on ofxAudioDecoder. As a result there is no support for
mp3
files. I spent hours trying to getofxAudioDecoder
to compile properly, however the provided example did not behave as expected once no errors where thrown. Furthermore upon inspection ofofOpenALSoundPlayer_TimelineAdditions
, the only instance ofofxAudioDecoder
is found indecoderReadFile
function which is only called when the file format ismp3
. I've been successfully able to compile the allTracks example on Windows 10 using VS2015.Changes:
ofxAudioDecoder
dependency.ofOpenALSoundPlayer_TimelineAdditions
class by removing unused methods and code.libs
anddlls
to latest version 1.1.switch
andflag
tracks' text input field as suggested here.Installation:
You need the following dependencies:
On Windows:
dll
folder to you app'sbin
folder.For all platforms:
GUI
folder to your app'sbin/data
folder.