diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-28 11:05:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-28 11:05:43 +0000 |
| commit | 41f66e32ed817ac2da74f5d0e319fda6b02a6242 (patch) | |
| tree | 31c8b2f96e8a2868787139429b6f3e51ac06ffd8 /README | |
| parent | ce3cede8e1a681db0ad13477881058f6c3c5a6c6 (diff) | |
| download | qmmp-41f66e32ed817ac2da74f5d0e319fda6b02a6242.tar.gz qmmp-41f66e32ed817ac2da74f5d0e319fda6b02a6242.tar.bz2 qmmp-41f66e32ed817ac2da74f5d0e319fda6b02a6242.zip | |
updated bs2b plugin. Now it uses updated bs2b library and enabled by default
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@810 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -23,9 +23,11 @@ Main opportunities: - Last.fm scrobbler - Spectrum Analyzer - sample rate conversion +- bs2b dsp effect - streaming support (MP3, Vorbis via IceCast/ShoutCast) - device detection - MPRIS support +- global hotkey support - video playback using Mplayer - lyrics support (from LyricWiki.org) @@ -50,6 +52,7 @@ Requirements: - ffmpeg >= 0.4.9-pre1 (Optional) - cdio >= 0.80 (Optional) - faad2 >= 2.6.1 (Optional) +- libbs2b >= 2.2.1 (Optional) - cmake >= 2.4.8 (for build only) @@ -70,8 +73,8 @@ cmake ./ -D USE_JACK:BOOL=FALSE Available options: USE_MAD, USE_FLAC, USE_VORBIS, USE_MPC, USE_MODPLUG, USE_SNDFILE, USE_WAVPACK, USE_FFMPEG, USE_AAC, -USE_CUE, USE_MPLAYER, USE_CDA, USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_SRC, USE_ANALYZER, USE_MPRIS, -USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_QMMP_DIALOG +USE_CUE, USE_MPLAYER, USE_CDA, USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_SRC, USE_BS2B, USE_ANALYZER, USE_MPRIS, +USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_HOTKEY, USE_QMMP_DIALOG Also you can use ccmake for changing plugins configuration. By default program will be installed in /usr/local. You can change default path by running: |
