Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ofxTimeline without any dependency on ofxAudioDecoder + minor fixes and updates #137

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

hsab
Copy link

@hsab hsab commented May 18, 2017

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 OpenAL libs and dlls to latest version 1.1.
  • Fixed switch and flag tracks' text input field as suggested here.

Installation:

You need the following dependencies:

On Windows:

For all platforms:

  • Copy GUI folder to your app's bin/data folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant