Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Replace FMOD #16

Open
andreldm opened this issue Mar 21, 2015 · 3 comments
Open

Replace FMOD #16

andreldm opened this issue Mar 21, 2015 · 3 comments

Comments

@andreldm
Copy link
Owner

FMOD is a nice library, small, reliable and simple. But there's a problem with KISS Player opensource compliance. We need a replacement that is opensource(GPLv2-compatible), simple, clean and lightweight. It should not add tons of dependencies.

The following were considered:

  • SDL_mixer: Not really suited for this purpose, also it relies on SDL
  • Audiere: outdated and supports only OSS on Linux
  • ffdshow/FFmpeg/libavcodec: complex, adds bloatware, we won't play videos
  • irrKlang: not opensource
  • GStreamer: complex, but it's used in similar projects
  • OpenAL: not really simple and need others libs(Vorbis, MAD...)
  • SoLoud: Only ogg and mod* files

It must play at least MP3, OGG, FLAC and WAV.

@SailorOnDaTea
Copy link
Contributor

i heard you can custom build ffmpeg, add/remove libraries according to your needs. No need bloatware.

@andreldm
Copy link
Owner Author

It seems there aren't many options out there, basically pretty much everything boils down to GStreamer or FFmpeg.
They both are far from simple to get working like FMOD is. I also found libVLC, seems nice and simple, but depends on lots of libs for codecs.

Regarding the increased build complexity, both GStreamer and FFmpeg are available on most(all?) of linux distros repositories and are also available for MSYS2 so they shouldn't be a problem to get started or to create packages(currently only Arch's PKGBUILD). Thus custom builds for releases could be an afterthought if necessary.

During the week I'll try to play with GStreamer, FFmpeg and libVLC.

@andreldm
Copy link
Owner Author

andreldm commented Mar 2, 2017

libVLC sample: http://stackoverflow.com/a/10299025/3109776

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

No branches or pull requests

2 participants