On Friday, 11. May 2007 20:10, Chris Bagwell wrote: > On Fri, May 11, 2007 at 04:41:44PM +0200, Wolfgang Aigner wrote: > > Hello, Chris, > > thanks for your answer. > > > > > sox infile -t ossdsp /dev/dsp > > > > this works, fine. > > > > > if that plays noise then there may be an endian problem. Try changing > > > endians with: > > > > > > sox infile -x -t ossdsp /dev/dsp > > > > this works also fine. > > > > Everything seems to work fine, but "play" don't work. Also > > play infile -x -t ossdsp /dev/dsp > > plays only noise. > > > > But this is a good thing to starting point from here on I can dig into > > the source. > > Can you clarify this part again? You mention once that -x plays > fine but next you say that -x plays noise.
Sorry, I've mixed the syntax between play and sox. -x works for play and sox. My fault. > Probably the fix needs to go somewhere in ossdsp.c. I notice in > really old version of code that we would force byte swapping > and that has been removed. > > Look around line 121. That used to look closer to: > > /* determine which 16-bit format to use */ > if (samplesize == 16 && (tmp & sampletype) == 0) > { > sampletype = (SOX_IS_BIGENDIAN) ? AFMT_S16_LE : AFMT_S16_BE; > ft->swap = ft->swap ? 0 : 1 > } > > The name for swap has changed... Not sure how to change that off > hande but should be simple enough. > > The logic before this code attempts to use machine endian for > audio device. This piece of code detects that audio device > does not use same endian as machine format and so tells > sox to internally swap before writing. This sound reasonable but I can't test it at the moment because now I have an other problem, too. ./src/play soxio: Unknown input file format for `testfile.wav': File type `auto' is not known It looks like sox misses some file formats. Strange is also the printout of sox -h: SUPPORTED FILE FORMATS: m3u pls No ossdsp any more. Last time I had checked I thank it had worked so far. sorry for inconveniences wof -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]