Hello Linux Geeksters. As you may know, Sonic Visualizer is an open source tool for analyzing audio files, having support for the most popular audio formats like WAV, OGG, MP3, etc, enabling the users to drag and drop files to be analyzed. Also, it permits the users to rewind, rewind, fast forward, rewind to start, fast forward to end, via the intuitive interface.
The latest version available is Sonic Visualizer 2.3, which has been recently released.
In this article I will show you how to install Sonic Visualizer 2.3 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian Wheezy and Kwheezy.
Because it is not available via any repository or PPA, we have to download the deb package from the official site and install it with dpkg. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install Sonic Visualizer 2.3 on 32 bit Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian Wheezy and Kwheezy:
$ wget -c code.soundsoftware.ac.uk/attachments/download/908/sonic-visualiser_2.3cc-1_i386.deb
$ sudo dpkg -i sonic-visualiser_2.3cc-1_i386.deb
$ sudo apt-get install -f
How to install Sonic Visualizer 2.3 on 64 bit Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian Wheezy and Kwheezy:
$ wget -c code.soundsoftware.ac.uk/attachments/download/909/sonic-visualiser_2.3cc-1_amd64.deb
$ sudo dpkg -i sonic-visualiser_2.3cc-1_amd64.deb
$ sudo apt-get install -f
Leave a Reply