How do you Rip CDs to FLAC files to play using Volumio?

Hi,

Yes there is a ripping function in MyVolumio if you have subscribed.
The is also the Nanomesher CD ripping plugin, which is free in basic functions.

I also use EAC on Windows and i can recommend it because of very good error correction even on slightly damaged self burned CDR’s and it is free.
https://www.exactaudiocopy.de/
You will have to additionaly install the flac encoder and configure it in the EAC settings.
https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.2-win.zip

br
Josef

1 Like

I use EAC AccurateRip (edited) through Foobar2000 on Windows 10. I wrote a blog post about my setup here:

In UBUNTU or other similar linux-distros use SoundJuicer for the ripping and EasyTag for the tagging! Attention: install the codecs!

I also use foobar2000 under Win10

Don’t listen to the Windows fools, you are on the right track. Volumio and Raspbian on the same RPi SD Card? Surely, you already have it. Volumio is based on Raspbian and you only have to

apt update 
apt install abcde 

and you are done.

I wanted to turn Volumio into a CD Ripper myself, but still had not the time for this. It would be nice to have a ripper which stores the flac files on the same storage device where mpd will immediately find them. The only problem would be the hardware. You will need an external DVD/CD drive with its own power supply or - even better! - an internal DVD drive and a SATA-to-USB-Adapter which can power the device, something like this

but I have not tested this on a Raspberry PI.
I wanted to use my old Plextor drive from an old pc tower which is better than everything you can buy today.
If you try this, I would really like to know how it worked.

Hi hli,

I have a USB DVD Drive (Samsung) which is very low power and easily runs off a USB 2.0 Port. I also have a USB connected 2.5" Disk and can connect both of these to te RPi USB Ports (via a powered USB Hub if necessary. I think that this would be all the hardware I need as long as the Power Supplies were capable of supplying the current and would be a really elegant solution if I can get it to work.

I am less clear on how I would run abcde from the Volumio headless App over the network to my Phone or Tablet. Can you share with me how you do this? … or am I breaking new ground here?

Specifically:

  1. How do I get to a Terminal Screen under Volumio?
  2. Once I have installed abcde, How do I open the App? Do I need to use a Keyboard, Mouse and a HDMI attached Monitor?

Robin

1 Like

I rip on my Windows PC and transfer the files to Volumio using FTP (WinSCP). And then I reindex the files.

whatever works with the machinery and software we have available. I’m getting high quality results with this system so there’s no need for disparaging comments.

1 Like

I think he meant tools instead of fools :grinning_face_with_smiling_eyes:

1 Like

I would accept that. I will wait patiently for the edit correction. :slight_smile:

@robcee I think you may be waiting even longer for your correction than I will for an explanation from hli: of his proposition to run abcde under Volumio, headless and without access to a remote terminal session on the network interface! It sounds like a half baked idea to me.

Anyway, I have solved my need by installing Fre:ac on my Windows PC and configuring it to rip directly from the Optical Drive to FLAC Albums on my 128GB MicroSD Cards.

Thanks to dvo for the pointer to Fre:ac which I selected for the ease of installation without the need for additional codecs or plug-ins.

Robin

1 Like

Do I need to alter the default setting in Fre:ac so that it always rips my CDs at the highest Bitrate and bit-width possible?

When playing the FLAC rips of some of my CDs, VolumIO reports as low as 16Bit and 44kHz. Others report as high as 24Bit and 192kHz.

Is this something to do with the quality at which the original CDs were encoded?

The Redbook CD standard is 16 bit/44.1 kHz.
Ripping a normal CD to anything else is either making up data or throwing away data.

Yes, I just checked and all of the Fre:ac ripped FLAC files are 16 bit/ 44.1kHz. It’s odd that the MP3s ripped with Windows Media Player can be as high as 192kHz! This must be done by interpolation and is akin to attempting to make a silk purse from a sow’s ear!

and not by interpolation but by compression and you can set it as high as you can with it mp3 can go to 320 bit rate and flac works with compression max 8 that is what know of it and sounds good

I think there is a confusion between sample rate and bitrate…
sample rate in Hz
bitrate in bit/s
A CD quality is 16b 44.1Khz with a bitrate(1,411 kbit/s cd. A lossless (FLAC) is identical.
A good mp3 192kbit/s, with data destruction…

@dvo and @balbuze , Thank you for that clarification. I was indeed confused!

While I have your attention, could you explain why most DACs are spec’ed as:
Sampling Frequency: 384KHz
Resolution (Bits): 16-32

I understand the need for the sampling rate to be at least 10 x the highest analogue frequency being encoded but if the CD Redbook spec is 16bit, what would be the need for 24 or 32 bit resolution … and is there an application that can utilise these resolutions?

Spec for a Dac are the maximum values it can use. Let’s compare with a car, it is not because the max speed is 300km/h that you need to drive that speed to enjoy your travel…
There is no need to over sample a cd (my point of view) because you won’t add information that are not here…
You can get high Res files though, Qobuz, tidal or other, but not sure you can hear the difference, because of your Dac, amp, speakers, room, and your ears! For me most of High Res is marketing, even if thecnically it is better. A lot of users buy high Res music to listen on a low end system or even via Bluetooth and claim it is fantastic :laughing:

Sorry, for my late reply. Don’t understand your problem, its all here:
https://volumio.github.io/docs/User_Manual/SSH.html

OK, I think I understand how to do this with SSH and I will probably do this as another project.

For now, I a doing my ripping to FLAC with Fre:ac on my Windows PC as it is easier to do this at a desk and a Computer equipped with a CD Drive and lots of USB Ports … rather than on the RPi which is currently installed as a “Player” at my Quad Amplifier on my Music rack.

Thank you for your explanation. - Robin