Projects tagged ‘multimediaplayer’


[4 total ]

5 Users

This program is an audio-player, written with help of Qt library. The program has user interface, similar winamp or xmms. Features: Winamp and xmms skins support plugins support MPEG1 layer 1/2/3 ... [More] support Ogg Vorbis support native FLAC support Musepack support WavePack support ModPlug support WMA support (and other formats provided by FFmpeg library) PCM WAVE support (and other formats provided by libsndfile library) AAC support CD Audio support CUE sheet support (experimental) WavPack embedded CUE support (experimental) FLAC embedded CUE support (experimental) ALSA sound output JACK sound output OSS sound output PulseAudio output Last.fm/Libre.fm scrobbler Spectrum Analyzer projectM visualization sample rate conversion bs2b dsp effect streaming support (MP3, Vorbis via IceCast/ShoutCast) removable device detection (via HAL) MPRIS support global hotkey support video playback via Mplayer lyrics support (using lyricsplugin.com) Requirements: OS GNU Linux; Qt >= 4.3 tar, unzip, bzip2, gzip libmad libvorbis libogg libalsa >= 1.0.1 taglib >= 1.4.0 curl >= 7.16 flac >= 1.1.3 libmpcdec >= 1.2.6 jackit >= 0.102.5 libsamplerate >= 0.1.2 libmodplug >= 0.8.4 libsndfile >= 1.0.17 wavpack >= 4.41 pulseaudio >= 0.9.9 ffmpeg >= 0.4.9-pre1 libcdio >= 0.80 faad2 >= 2.6.1 libbs2b >= 0.3.0 libprojectM >= 1.2.0 mplayer cmake >= 2.4.8 (for build only) .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created about 1 year ago.

1 Users

LeechCraft is an extensible crossplatform multiprotocol opensource download manager. Currently it supports BitTorrent, HTTP, RSS/Atom feeds, allows you to chat in IRC a bit and a lot more.
Created about 1 year ago.

1 Users

A podcatcher and broadcatcher for KDE. It lets you watch TV and listen to Radio shows from the net, for free. KatchTV is independent of channel and feed publishers, including Miro's channel guide, and ... [More] others too. It includes Bittorrent support, and is capable of downloading large movies, in parallel, while you watch something else. Integrates with Konqueror, and KDE media players. KatchTV is an Internet TV broadcatcher and podcatcher, similar to Miro, but for KDE. Supported features include: * Video podcasts ("vodcasts"). * Bittorrent-based broadcatching. * Audio podcasts. * Multiple background downloads of media and updates of feeds, all while you watch/listen to your favourite shows. * Manages any media you download, so that you don't lose track of your disk space. [Less]
Created about 1 year ago.

0 Users

What is oggreaderThis is a simple Ogg Vorbis reader coded in C++ using the Qt 4.x framework. The ALSA library was used for interfacing with the sound device. Therefore this application will work on ... [More] a Linux O.S. MotivationThe purpose of developing this software was to demonstrate the use of the ALSA library, Vorbisfile library and Qt 4 framework. So don't expect it to be a software with fully fledge features. Only the minimum functionalities can be found in it. Future releasesFor the time being, I'm not planning any further releases. The software code may be taken as a tutorial sample code. I have posted an explanation (in French) on how to develop this software on my blog. [Less]
Created 12 months ago.