1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Introduction
------------
FftScope is the first released external visualization scope for AlsaPlayer
It will hopefully be a good starting point for others.
The scope API is generic enough to be useful in other projects.
The ultimate goal is to create a system wide visualization by either tapping
straight into ALSA or the jack sound server.
To learn more about AlsaPlayer please visit the webpage;
http://www.alsaplayer.org
Building
--------
Make sure you have AlsaPlayer installed, including the development files
(libalsaplayer-version-dev if you are using a packaging system). Running
./configure && make && make install should build and install the FFTscope
on your system. You will have to restart a running alsaplayer for the new
scope to show up.
Original Author
---------------
You can reach me at andy@loafoe.com
Current Maintainer
-----------------
dominique@tuxfamily.org
|