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

Implement mp3 playback without relying on wxMediaCtrl #1163

Merged
merged 4 commits into from
Jun 18, 2020
Merged

Conversation

sirjuddington
Copy link
Owner

This adds libmpg123 as a dependency, but we no longer need the wxWidgets media lib for wxMediaCtrl (which is fairly heavy and can be problematic on linux)

This removes the need for using wx media libs entirely. Still WIP as there are a few issues

- Playback slider doesn't work correctly for mp3s, sf::SoundStream::getPlayingOffset doesn't seem to return the right value, no idea why
- Need to add the mpg123 lib to CMakeLists for linux
@sirjuddington sirjuddington merged commit c451f61 into master Jun 18, 2020
@sirjuddington sirjuddington deleted the mp3 branch March 29, 2022 12:53
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