Bug#460503: sox: play(1) doesn't work without libsox-fmt-ao

2008-01-15 Thread Pascal Giard
Hello Morita, thanks alot for reporting this and supplying a patch! I will push this upstream ASAP. -Pascal On Jan 13, 2008 4:14 PM, Morita Sho <[EMAIL PROTECTED]> wrote: > I have made a patch. > This patch allows play(1) to determine audio device to use at run-time. > > Actually, this patch cha

Bug#460503: sox: play(1) doesn't work without libsox-fmt-ao

2008-01-13 Thread Morita Sho
I have made a patch. This patch allows play(1) to determine audio device to use at run-time. Actually, this patch changes behavior of set_device function. What changes is: * To use audio device only when it is available, add this for each one. if (sox_find_format("name", sox_false)) {

Bug#460503: sox: play(1) doesn't work without libsox-fmt-ao

2008-01-13 Thread Morita Sho
Package: sox Version: 14.0.0-5 Severity: normal Hi, When I play a wav file using play(1), it doesn't work and shows following error. $ play /usr/share/sounds/startup3.wav play soxio: Failed writing `default': unknown file type `ao' According to source code of sox, $ play foo is almost sa