• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D14-Feb-200017.6 KiB340281

INSTALLH A D14-Feb-2000650 3016

MakefileH A D03-May-2022553 2114

READMEH A D19-Feb-20002 KiB5237

dagmp3cdH A D19-Feb-20001.4 KiB3636

dagmp3encH A D19-Feb-20001.4 KiB4138

dagrab-0.3.5.lsmH A D19-Feb-2000595 1615

dagrab.1H A D19-Feb-20006.3 KiB353314

dagrab.cH A D03-May-202229.2 KiB1,137949

dagrab.specH A D19-Feb-2000799 3629

README

1DAGRAB - an audio cd grabber for linux.
2(C) 1998,2000 Marcello Urbani <murbani@libero.it>
3
4DISCLAIMER:
5The author DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.In no event
6shall I be liable for any kind of damage arising with the using of this
7software. USE AT YOUR OWN RISK.
8Use with caution,as this program is a 'quick and dirty' hack with poor
9error checking.
10
11NOTE: This program may not be used to circumvent copyrights.
12
13-----------------------------------------------------------------------------
14DAGRAB is a  program for reading audio tracks from a cdrom drive into wav
15sound files.
16
17It should work with any cdrom drive,provided that digital audio extraction
18is supported from both the drive and its linux driver, but is only tested
19with IDE cdroms.
20
21For an index of cdrom drives that supports digital audio extraction,
22take a look at these URLs:
23
24<http://www.tardis.ed.ac.uk/~psyche/pc/cdrom/CDDA.html>
25
26and
27
28<http://www.anime.net/~goemon/linux-cd/cdda-list.html>
29
30Many IDE/ATAPI drives supports it, but many don't.
31
32This program is just a hack i wrote because i haven't found a similar program
33that worked good on my system.
34
35I think the problem is that the linux ide-cd driver only reads 8 sectors a time,
36so that any attempt to read more results in jitter inside the block.
37This assumption is supported from the fact that cdda2wav worked good on my
38system if used with the option -n 8.Too bad, I only noticed it when my program
39was almost finished.
40You can dramatically speed up audio extraction with both dagrab and cdda2wav
41by patching your kernel setting CDROM_NBLOCKS_BUFFER to a higher value (32 seems
42to be a good choice) and reading more sectors at a time.
43NOTE: don't use sectors per request higher than CDROM_NBLOCKS_BUFFER unless you
44      own one of the few drives that don't require jitter correction.
45Sometimes, it makes a few jitter correction errors/track, but i usually can't
46hear them in playback.
47
48CDDB support is not well tested.
49
50Please e-mail me if you notice a serious bug (I mean dangerous ones).
51
52