News

Trolltech and KDE Team on Multimedia Programming Framework

Open source community projects and commercial software aren't necessarily adversaries. Some interactions have resulted in a positive outcome for all. One such instance is the KDE project's collaboration with Oslo, Norway-based Trolltech. Since 1996, Trolltech's QT toolkit has been used in the KDE Desktop Environment. The collaboration resulted in user-friendly desktops for Unix and Unix-like operating systems (such as Linux).

Trolltech and the KDE community have continued to work together on Phonon, a cross-platform multimedia framework designed to make multimedia incorporation into C++ projects much easier. To make the project truly cross-platform, Phonon now utilizes GStreamer backends for Linux, (in addition to the original Xine-based code) and additional backends for Windows and OS X.

This functionality allows KDE 4 to be more flexible, since multimedia features are no longer tied to any one specific multimedia framework. It is no longer necessary to hard-code complete multimedia implementations into projects. Once Phonon's backend is configured to use a certain framework (such as Xine or Gstreamer), all programs using Phonon API calls will automatically use the framework that has been set. To implement Phonon, all a programmer has to do is invoke the API (use Phonon::createPlayer in a program's source code) and everything should work.

Phonon's code is included in the public KDE source repository so developers can track and participate in Trolltech's work on the Phonon backend. Meanwhile, KDE developers are free to turn their attention and resources to other projects.

KDE 4's anticipated release date is January 11, 2008. Unlike its predecessors, KDE 4 utilizes QT 4, which is more compatible with Windows. QT 4 will make it easier to build working Windows implementations of popular KDE applications.

About the Author

Will Kraft is a Web designer, technical consultant and freelance writer. He can be reached at [email protected]. Also, check out his blog at http://www.willkraftblog.com.

comments powered by Disqus

Featured

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

Subscribe on YouTube