Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Configuring Sox 14.4.2 With FLac (Read 2560 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Configuring Sox 14.4.2 With FLac

I installed SOX using this command
wget -qO ~/sox.tar.gz http://downloads.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2.tar.gz
tar xf ~/sox.tar.gz && cd ~/sox-14.4.2
./configure --prefix=$HOME
make && make install

Similarly Flac using this command
wget -qO ~/flac.tar.xz http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz
tar xf ~/flac.tar.xz && cd ~/flac-1.3.1
./configure --prefix=$HOME
make && make install

But when I try to use flac it gives me error "No handler for detected file type 'flac'"

Re: Configuring Sox 14.4.2 With FLac

Reply #1
Hmm... Are you trying to use flac to read .flac files as  input?

Re: Configuring Sox 14.4.2 With FLac

Reply #2
Yes i need to use the spectrogram

Re: Configuring Sox 14.4.2 With FLac

Reply #3
I'm going to guess FLAC needed to be installed first. Try re-running configure and make install in the SoX build directory. But if that doesn't help, then I am out of ideas, sorry.