Andreas Feldner | 2 Jul 2003 11:48
Picon
Favicon

cdparanoia segfaults

Hi,

when I try to read in a CD from a Plextor CD/RW recorder, I get the following 
output, even with the statically linked binary from your web page:

feldner <at> kermit:~/temp> ./cdparanoia-III-alpha9.8.i386-linux-elf -B 
--force-cdrom-device /dev/cdrecorder --disable-paranoia -vvv "1-"
cdparanoia III release 9.8 (March 23, 2001)
(C) 2001 Monty <monty <at> xiph.org> and Xiphophorus

Report bugs to paranoia <at> xiph.org
http://www.xiph.org/paranoia/

Checking /dev/cdrecorder for cdrom...
        Testing /dev/cdrecorder for cooked ioctl() interface
                /dev/scd1 is not a cooked ioctl CDROM.
        Testing /dev/cdrecorder for SCSI interface
                generic device: /dev/sg2
                ioctl device: /dev/scd1

Found an accessible SCSI CDROM drive.
Looking at revision of the SG interface in use...
        SG interface version 3.2.0; OK.
Speicherzugriffsfehler

Cheers,

Andreas.

--- >8 ----
(Continue reading)

R.L. Horn | 3 Jul 2003 04:26

Re: cdparanoia segfaults

On Wed, 2 Jul 2003, Andreas Feldner wrote:

> Found an accessible SCSI CDROM drive.
> Looking at revision of the SG interface in use...
>         SG interface version 3.2.0; OK.
> Speicherzugriffsfehler

Is this equivalent to "segmentation fault" in English or is it some other
sort of memory error?
--- >8 ----
List archives:  http://www.xiph.org/archives/
Paranoia homepage: http://www.xiph.org/paranoia/
To unsubscribe from this list, send mail to 'paranoia-dev-request <at> xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.

Patrick Lynch | 25 Jul 2003 10:45

CDParanoia needs an output ring-buffer

To adequatley use cdparanoia with pipes, it needs an output ring-buffer.
By ring-buffer I mean
1.) A 4meg block of memory
2.) Can be read from and written to at the same time
3.) It protects the cdparanoia process from the block behaviour of the
shell pipe ('|')

I presume this would also increase performance even when writing to a
file on a hard disk, as I have noticed cdparanoia's '.o0O0o.' indicater
jerking when the hdd makes noise (no no, seriously :)

Also, It would be cool if cdparanoia saved DIRECTLY to the flac format.
This can be acheived by the following

 bash$ mkfifo tmp.pipe
 bash$ cdparanoia single track > tmp.pipe &
 bash$ flac -5 tmp.pipe -o cd-track.flac

 Problem is that the FIFO's buffer size is 4K! flac and cdparanoia wont
 run parrelel. the operation can take twice as long as it should.
 cdparanoia pauses reading whilst flac processes.

 The work around is to use cdda2wav, with the -paranoia switch ( I much
 prefer cdparanoia routines to cdda2wav's)
 With cdda2wav you can specify a large 'ring buffer' for output to
 stdout(4megs is usually enough).

 An --output-flac option would be cool, but a ring-buffer for stdout mode
 will make cdparanoia usefull with other formats also.

(Continue reading)

Elena Ruderfer | 27 Jul 2003 11:32
Picon
Favicon

header of audio cd

Hello!!

I need table of contents of audio cdrom for my
application. I need to know how many tracks on cd and
length of each track and title of cd(optionally)and
any other data if availably.

Can you help me?

Thank you.

Elena.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--- >8 ----
List archives:  http://www.xiph.org/archives/
Paranoia homepage: http://www.xiph.org/paranoia/
To unsubscribe from this list, send mail to 'paranoia-dev-request <at> xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.

Kenneth Stailey | 28 Jul 2003 23:01
Picon
Favicon

Re: header of audio cd

http://www.freedb.org/index.php

--- Elena Ruderfer <eruderfer <at> yahoo.com> wrote:
> Hello!!
> 
> I need table of contents of audio cdrom for my
> application. I need to know how many tracks on cd and
> length of each track and title of cd(optionally)and
> any other data if availably.
> 
> Can you help me?
> 
> Thank you.
> 
> Elena.
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> --- >8 ----
> List archives:  http://www.xiph.org/archives/
> Paranoia homepage: http://www.xiph.org/paranoia/
> To unsubscribe from this list, send mail to 'paranoia-dev-request <at> xiph.org'
> containing only the word 'unsubscribe' in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
(Continue reading)

Giuseppe Corbelli | 28 Jul 2003 23:53
Picon
Favicon

Re: header of audio cd

On Sun, Jul 27, 2003 at 02:32:57AM -0700, Elena Ruderfer wrote:
> Hello!!
> 
> I need table of contents of audio cdrom for my
> application. I need to know how many tracks on cd and
> length of each track and title of cd(optionally)and
> any other data if availably.
See verbose options of cdda2wav. You will get CD-TEXT if available.
--

-- 
  	Giuseppe "Cowo" Corbelli ~\/~ My software: http://cowo.yoda2000.net
 -<! Computer programmers never die, they just get lost in the processing. !>-
--- >8 ----
List archives:  http://www.xiph.org/archives/
Paranoia homepage: http://www.xiph.org/paranoia/
To unsubscribe from this list, send mail to 'paranoia-dev-request <at> xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.


Gmane