1830340 Members
2625 Online
110001 Solutions
New Discussion

fc4 sox and ossdsp...

 
K.C. Chan
Trusted Contributor

fc4 sox and ossdsp...

All, this used to work on fc3,
" | sox -t raw -r8000 -c1 -w -s - -t ossdsp /dev/dsp". Now it just sit there withou sound until I control out of it. I have check the input, there is sound on it. I also check this on another box (fc3) and it is working. Any ideay why "-t ossdsp /dev/dsp" is no longer working on fc4? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
2 REPLIES 2
Gopi Sekar
Honored Contributor

Re: fc4 sox and ossdsp...

please ensure no other process is using /dev/dsp.

as root user check '/sbin/fuser /dev/dsp'

if any process is using /dev/dsp it will list the pid of that process, kill that process (or close it) then try the command, also ensure that you have volumes set for the device properly (check it using alsamixer)

Hope this helps,
Gopi
Never Never Never Giveup
K.C. Chan
Trusted Contributor

Re: fc4 sox and ossdsp...

figured it out. There was an internal changed. SOX was NOT broken.
Reputation of a thousand years can be determined by the conduct of an hour