Archive for April, 2008

No sound with pidgin, etc. on kubuntu

Thursday, April 10th, 2008

Problem: error message

play soxio: Failed reading `test.wav': unknown file type `auto'

Solution:

$ sudo apt-get install libsox-fmt-base libsox-fmt-ao

Installs everything you need just for the wave (.wav) format, or use

$ sudo apt-get install libsox-fmt-all

to install all available formats for sox and the play command.