README 944 B

1234567891011121314151617181920212223
  1. sonic-visualiser (audio file visualiser)
  2. Sonic Visualiser is an application for viewing and analysing the
  3. contents of music audio files. The aim of Sonic Visualiser is to be
  4. the first program you reach for when want to study a musical recording
  5. rather than simply listen to it.
  6. Optional dependency, detected at build time:
  7. portaudio - allows sonic-visualiser to run without a JACK or pulseaudio
  8. server (using plain ALSA).
  9. Note: PulseAudio seems to work but hasn't been thoroughly tested. If
  10. you have problems with the other audio I/O backends, try JACK. See File
  11. -> Preferences -> Audio I/O.
  12. [*] When built with jack, this package uses POSIX filesystem
  13. capabilities to execute with elevated privileges (required for realtime
  14. audio processing). This may be considered a security/stability
  15. risk. Please read http://www.slackbuilds.org/caps/ for more
  16. information. To disable capabilities, pass SETCAP=no to the script, or
  17. build without JACK.