Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: convertToFormat:... SND_ERR_NOT_IMPLEMENTED ??? Message-ID: <1741@toaster.SFSU.EDU> Date: 17 Jun 91 03:55:16 GMT References: <4926@gmdzi.gmd.de> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 16 In article <4926@gmdzi.gmd.de> kloppen@gmdzi.gmd.de (Jelske Kloppenburg) writes: > err = [theSound convertToFormat:SND_FORMAT_LINEAR_8 >Now I get always err = 21. > SND_ERR_NOT_IMPLEMENTED = 21 No conversions involving SND_FORMAT_LINEAR_8 are supported. The supported conversions are listed in the documentation for SNDConvertSound(), and the man page sndconvert(1). See the description of SNDRunDSP() for one way to perform unsupported conversions. I agree that the convertToFormat: reference isn't complete. -=EPS=-