https://github.com/darealshinji/flessd
FLESSD is a free reimplementation of FMOD
https://github.com/darealshinji/flessd
Last synced: 3 months ago
JSON representation
FLESSD is a free reimplementation of FMOD
- Host: GitHub
- URL: https://github.com/darealshinji/flessd
- Owner: darealshinji
- License: other
- Created: 2015-04-23T09:05:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T09:05:53.000Z (over 10 years ago)
- Last Synced: 2025-03-25T07:24:23.505Z (7 months ago)
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
$Id: README 14 2004-07-23 08:28:41Z sam $
What is FLESSD?
FLESSD is a free reimplementation of FMOD (http://www.fmod.org/), a very
commonly used music playing and sound effects library. Unfortunately FMOD is
not free, and its author is extremely reluctant to opensourcing it. Moreover,
it only supports a limited number of platforms. FLESSD aims to fix these two
problems.Is FLESSD reimplemented from scratch?
Yes and no. The only similarity between FMOD and FLESSD is the interface
(ie. the header file). Hoewever, I did not write everything from scratch:
FLESSD makes extensive use of the SDL_mixer and SDL_audio libraries.Will FLESSD be any better than FMOD?
Though it may happen accidentally, I do not really plan to improve on
performances. The FMOD author claims to have the best audio engine available
on each platform, and this will probably remain the case for platforms that
are supported by FMOD. However this is simply not true because FMOD only
supports a handful of platforms; no BeOS, no BSD Unix, no QNX, and so on. If
you need -real- portability, you will want FLESSD. If you want freedom, you
will want FLESSD. Otherwise, you will probably just stick with FMOD, which is
technically very good..