You are not logged in.

#1 2015-12-24 21:44:21

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 770

wodim: Inappropriate audio coding

I'm trying to burn an audio CD by following the instructions in the wiki, but I keep getting the following error:

# wodim -v -pad speed=1 dev=/dev/sr0 -dao -swab *.wav
TOC Type: 0 = CD-DA
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.11
SCSI buffer size: 64512
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'TSSTcorp'
Identification : 'CDDVDW SH-224DB '
Revision       : 'SB01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0009 (CD-R)
Profile: 0x0015 (DVD-R/DL sequential recording) 
Profile: 0x0016 (DVD-R/DL layer jump recording) 
Profile: 0x002B (DVD+R/DL) 
Profile: 0x001B (DVD+R) 
Profile: 0x001A (DVD+RW) 
Profile: 0x0014 (DVD-RW sequential recording) 
Profile: 0x0013 (DVD-RW restricted overwrite) 
Profile: 0x0012 (DVD-RAM) 
Profile: 0x0011 (DVD-R sequential recording) 
Profile: 0x0010 (DVD-ROM) 
Profile: 0x000A (CD-RW) 
Profile: 0x0009 (CD-R) (current)
Profile: 0x0008 (CD-ROM) 
Profile: 0x0002 (Removable disk) 
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 554400 = 541 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size      : 4194304 = 4096 KB
wodim: Inappropriate audio coding in '01_peter_duck.wav'.

I've successfully used these instructions to burn two CDs already this evening, but it's getting stuck on this one.

Googling the problem suggested that it might need to be 16 bit and 44100 Hz, but it is:

file 01_peter_duck.wav 
01_peter_duck.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 44100 Hz

What am I missing?

Offline

#2 2015-12-24 22:45:12

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: wodim: Inappropriate audio coding

Perhaps it needs to be stereo?

Offline

#3 2016-01-27 15:44:48

adb
Member
Registered: 2013-12-29
Posts: 6

Re: wodim: Inappropriate audio coding

GooglesGuy is right. The track has to be 16bit stereo 44100 Hz to burn.
You can use

sox input.wav -c 2 output.wav

To quickly convert the track into stereo, or any other application really.

Offline

Board footer

Powered by FluxBB