From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1Dugxy-0008Ra-S5 for garchives@archives.gentoo.org; Tue, 19 Jul 2005 01:32:15 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6J1U4WP028196; Tue, 19 Jul 2005 01:30:04 GMT Received: from smtp14.wxs.nl (smtp14.wxs.nl [195.121.6.28]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6J1PWva031842 for ; Tue, 19 Jul 2005 01:25:32 GMT Received: from [10.0.0.150] (ip3e83ab52.speed.planet.nl [62.131.171.82]) by smtp14.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IJU004V6PAM2E@smtp14.wxs.nl> for gentoo-user@lists.gentoo.org; Tue, 19 Jul 2005 03:25:34 +0200 (CEST) Date: Tue, 19 Jul 2005 03:25:20 +0200 From: Holly Bostick Subject: Re: [gentoo-user] Re: DVD-cd usage In-reply-to: To: gentoo-user@lists.gentoo.org Message-id: <42DC5680.3000302@planet.nl> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT X-Accept-Language: nl-NL, nl, en User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050624) X-Enigmail-Version: 0.92.0.0 References: <20050719113053.7AAC.NICK@rout.co.nz> <20050719120033.7AB5.NICK@rout.co.nz> X-Archives-Salt: bf8f1bab-9b38-4dd4-bb20-71928bff68a2 X-Archives-Hash: 1ebfcab9a5e3505146a511a496eabd6a James schreef: > Nick Rout rout.co.nz> writes: > > > >>OK time to play "spot the obvious error" - your command line > > has ATAPI:1,1,0, > whereas the device is at ATAPI:0,0,0 > >>try the command line again with the correct device > > > > OK, I've tried a variesty of wav files, including some > saved .wav files from my > vonage system that plays just fine. Always I get the same > closing error: > > > cdrecord dev=ATAPI:0,0,0 -eject speed=2 -pad -audio -v > startup.wav > > > cdrecord: Inappropriate audio coding in 'startup.wav'. > >>From man cdrecord: -audio If this flag is present, all subsequent tracks are written in CD-DA (similar to Red Book) audio format. _The file with data for this tracks should contain stereo, 16-bit digital audio with 44100 samples/s._ The byte order should be the following: MSB left, LSB left, MSB right, LSB right, MSB left and so on. The track should be a multiple of 2352 bytes. It is not possible to put the master image of an audio track on a raw disk because data will be read in multiple of 2352 bytes during the recording process. If a filename ends in .au or .wav the file is considered to be a structured audio data file. Cdrecord assumes that the file in this case is a Sun audio file or a Microsoft .WAV file and extracts the audio data from the files by skipping over the non-audio header information. In all other cases, cdrecord will only work correctly if the audio data stream does not have any header. Because many structured audio files do not have an integral number of blocks (1/75th second) in length, it is often necessary to specify the -pad option as well. cdrecord recognizes that audio data in a .WAV file is stored in Intel (little-endian) byte order, and will automatically byte-swap the data if the CD recorder requires big-endian data. _Cdrecord will reject any audio file that does not match the Red Book requirements of 16-bit stereo samples in PCM coding at 44100 samples/second._ Possibly your .wav file is in fact 'inappropriately encoded'? Does it burn if you use -data instead of -audio? Holly -- gentoo-user@gentoo.org mailing list