-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to limit drive speed #473
Comments
Hi, whipper currently relies on two programs in order to rip CDs:
It seems you're saying that cdrdao does respec the drive speed set through hdparm while cd-paranoia doesn't. If that's correct you could try asking @rocky if there's a way to let cd-paranoia automatically detect and obey to that limit. cdrdao setting:
cd-paranoia setting:
|
Some information on libcdio-paranoia... In contrast to cdparanoia, cd-paranoia relies on GNU libcdio for anything hardware related; non-libcdio code in cd-paranoia is the more algorithmically-oriented and hardware-independent parts where it looks for jitter by analyzing sound data that comes back, looking for silence or blank gaps in that. I just looked at the libcdio API and there is nothing in there for detecting speed across the OS's that is supported, only setting the speed. If the CD-ROM drive supports the MMC-command set (which is supposed to be a "standard") then it might come back and tell you what the manufacter has decided the speed is, if the manufacture has added a "profile" for that feature. The profile information is optional. And even here, as it says in the cdparanoia FAQ:
Given this, although this may sound self serving, the best thing to do would be for the speed to be passed along to cd-paranoia. |
I think adding an "force drive speed" option to whipper would be great and very welcome! I just played around with the cdparanoia -S setting and my drive does not spin up so it seems to respect this flag. |
@rocky Thanks for the reply!
I agree and I'm going to change the title of the issue to reflect this. |
Duplicate of #204: I'm closing this one. Let's continue the discussion in the other issue. |
Dear all,
I love to reduce the drive speed for ripping audio CDs e.g. with
hdparm -E
. I noticed whipper to ignore this setting. Thereading TOC
process works fine with the reduced speed but when it comes to read/compare the tracks, my drive spins up again and gets noisy.I verified this with all my drives.
Can you help please? Or can you add an option to set the drive speed with whipper?
Thanks for help
The text was updated successfully, but these errors were encountered: