Quote:
Originally Posted by Rayek Regardless, one of the things that I thought was interesting when reading an article about KDE4 was how they found a way to streamline system calls for media (Phonon), but I didn't understand, really, what Phonon does, what it is, and how it solves a lot of media playback issues in Linux.
If anyone could help me better understand, that'd be great, read the Wiki entry and all  |
If you read the wiki here:
Phonon (KDE) - Wikipedia, the free encyclopedia
There's little more that can be said. Phonon is a way to abstract multimedia stuff. So, when you program a media player or any other thing related to multimedia, you don't need to deal with alsa, oss, windows' sound or midi stuff, or any other thing like that. You just write it for phonon, and it automatically works on any platform that can run kde4.
It's much simplear than having to rewrite parts of your application so it can run on each sound system adequately. This is just one example, phonon will help you to deal with all the media stuff.
For the final user, it might mean things like more control over your mixer setups, a desktop-wide equalizer or even independent setups for each application (even for each running instance of a given app). Phonon has an unlimited set of capabilities, and I must admit that I haven't really researched too much into it to be able to clarify much more.