LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   antiX / MX Linux (https://www.linuxquestions.org/questions/antix-mx-linux-127/)
-   -   playing music from dvd device (https://www.linuxquestions.org/questions/antix-mx-linux-127/playing-music-from-dvd-device-4175679628/)

saturn1955 07-30-2020 03:22 AM

playing music from dvd device
 
I want to play music from a cd, the device is working after inserting the cd, but nothing happens after that. Missing codecs?

saturn1955 07-30-2020 03:50 AM

I could solve the prob with installing clemetine

teckk 07-30-2020 02:14 PM

Quote:

I want to play music from a cd
What are you using to play that audio cd?
Example:
Code:

mplayer cdda://1
You can dump the song to file.
Code:

mplayer cdda://1 -ao pcm:file=file1.wav
ffmpeg -f libcdio -i /dev/sr0 file1.wav
cdparanoia 1

I think that vlc will play that audio cd also.


All times are GMT -5. The time now is 01:32 PM.