How To Install Audiotool On Debian, Ubuntu And Raspbian?
Install audiotool
-
Debian
apt-get install libccaudio2-dev
Click to copy -
Ubuntu
apt-get install libccaudio2-dev
Click to copy -
Raspbian
apt-get install libccaudio2-dev
Click to copy
libccaudio2-dev
header files and static link library for GNU ccAudioThe GNU ccAudio package offers a highly portable C++ class framework for developing applications which manipulate audio streams and various disk based audio file formats. At the moment ccaudio is primarly a class framework for handling .au, .wav (RIFF), and various .raw audio encoding formats under Posix and win32 systems, though it may expand to become a general purpose audio and soundcard support library. Support for controlling CD audio devices has recently been added as well as support for codecs and other generic audio processing services. This package provides the header files and documentation for building applications that use GNU ccAudio.
Install the latest version of audiotool in Debian, Ubuntu and Raspbian from terminal. To install the audiotool just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of audiotool from the respository and install it in your computer/server.