audiocd connects to your disk drive and reads/rips PCM audio data from standard CD-DA disks.
go get -u github.com/rabidaudio/audiocdIt's a cgo wrapper around CDParanoia. This means that it only works on Linux. It will build on non-Linux platforms with a mock implementation which returns white noise.
Building requires the development files for libcdparanoia, e.g. on Ubuntu/Debian/etc:
sudo apt install cdparanoia libcdparanoia libcdparanoia-devSee GoDoc for more details.