Package: wodim
Version: 9:1.1.10-1
Severity: normal

I can generate a .bin file with  

cdparanoia -vr   1-    aaa.bin
(or cdrdao read-cd     --datafile aaa.bin  aaa.toc
leaving out the --swap below when writing as below - this is another story)

(note -r switch there)

and a cue file with

cdrdao  read-toc    aaa.toc
toc2cue  aaa.toc    aaa.cue

cdrdao write     --swap aaa.toc

generates an audio cd that plays fine, no problem.

however 

wodim  -dao -swab    cuefile=aaa.cue

produces only noise.

Running the aaa.bin through
a brief script to swap the bytes,
(probably could have been done with dd swab  if=...  of=...)
and retrying, the cd plays fine.

mplayer  -demuxer rawaudio aaa.bin

with the first aaa.bin  plays fine,
allowing verification of a clean read off the original audio cd,
without generating another .bin file,
or piping dd output to mplayer.
(I'm filing another report of some kind with mplayer, 
as I interpret it
mplayer -demuxer rawaudio -format s16be  -af format=s16le  aaa.bin
should play the a file generated by 
cdparanoia -vp   1-   aaa.bin
(note -p instead of -r)
but only gets noise - it only plays the one from cdparanoia -vr ...
without the -format ... -af ... parameters)

Anyway, this seems to indicate to me -swab should work with wodim -dao,
like --swap does with cdrdao.
It will allow wodim to work with a slightly different input format.

Thanks for any consideration given to this!

Regards,
Dallas E. Legan II
le...@acm.org / aw...@lafn.org / http://www.lafn.org/~aw585/index.html


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wodim depends on:
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries
ii  libcap2                       1:2.17-2   support for getting/setting POSIX.

Versions of packages wodim recommends:
ii  genisoimage                   9:1.1.10-1 Creates ISO-9660 CD-ROM filesystem

Versions of packages wodim suggests:
ii  cdrkit-doc                    9:1.1.10-1 Documentation for the cdrkit packa

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to