Configuring XMMS to play Audio CDs

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Configuring XMMS to play Audio CDs
# 1  
Old 03-31-2012
Configuring XMMS to play Audio CDs

After thrashing about in the wilds of Googland I came up with the following configuration steps. I had it working at one point but it sure ain't worin now! Could someone look at it and see where I went wrong? Thanks!
Code:
Rt. Click: on XMMS panel
Click: Options > Preferences
  AUDIO I/O PLUGINS--
    Input Plugins, Click: CD Audio Player 1.2.11
    Press: Configure
    CD Audio Player--
       Device & Drive 1:
         For Device enter: /dev/cdrom
         For Directory enter: /mnt/cdrom
         For Play Mode click: Digital Audio Extraction
           (ignores whether there is an audio cable connected)
         Click: Check Drive
         Click: Close on pop-up dialog box
         Note: Click on Add Drive only if needing multiple drives
         Click: OK
    Output Plugins, Click: ALSA 1.2.11
    Press: Configure
    ALSA Driver pop-up should have:
                     Audio device=default and
                     Mixer device=Master
         Select: Mixer card=VIA 8235
    Press: OK
Press: APPLY
Press: OK (AUDIO/I/O PLUGINS)


Last edited by Scott; 03-31-2012 at 10:37 AM.. Reason: Code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Slackware

Problems with audio recording in Audacity 2.0.5. Slackware64 14.1; Intel HD Audio.

I'm trying to record audio using Audacity 2.0.5 installed from SlackBuilds. My system is 64-bit Slackware 14.1 and a sound card is Intel HD Audio. I didn't change my sound system to OSS. (Default sound system in Slackware 14.1 is ALSA, isn't it?) First, I set Internal Microphone slider in KMix... (2 Replies)
Discussion started by: qzxcvbnm
2 Replies

2. Solaris

Solaris 8 02/04 CDs

Hi I have misplaced my Solaris 8 02/04 CDs - is there any way to get a copy? I have to re-install a server and it needs to be this version. Mick (2 Replies)
Discussion started by: mickg007
2 Replies

3. UNIX for Dummies Questions & Answers

linux xmms sound problems

Dear all, I have been using suse linux for as long as I can remember. However, for every installation I get the same problem. Once the installation is completed, and all of my devices (brand new hardware, from reknown brands) are detected, I decide to start doing some work, and play some... (2 Replies)
Discussion started by: bionicfysh
2 Replies

4. UNIX for Dummies Questions & Answers

Xmms Crash in Red Hat 8

I have a 500mhz K6 that I'm running Red Hat 8 on. I use xmms for all my music media playing purposes, but There seems to be an issue between xmms and volume control. Every now and then when I adjust the volume through aumix xmms freezes up and sends the sound into a runaway loop that I cant seem... (2 Replies)
Discussion started by: djtrippin
2 Replies
Login or Register to Ask a Question
AUPLAY(1)						      General Commands Manual							 AUPLAY(1)

NAME
auplay - play a sound file to a Network Audio System server SYNOPSIS
auplay [-audio servername] [-volume 0-100] [-i] [-I] [-l] files... DESCRIPTION
The auplay program can be used to play audio data stored in the .SND, .AU, or .WAV formats common on Sun workstations and PCs. It is typi- cally used from shell scripts or command line procedures. If no filenames are given on the command line, audio data will be read fron stdin, unless the -l option is given. OPTIONS
The following options may be used with the auplay program: -audio servername This option specifies the Network Audio System server on which the files should be played. -volume 0-100 This option specifies the volume at which the data should be played as a percentage of the maximum possible volume. The default is 100 percent. -i This option indicates that the header information associated with the sound data should be printed along with playing the data. -I This option indicates that the header information associated with the sound data should be printed instead of playing the data. -l This option indicates that a list of filenames is to be read from stdin. auplay will play these files after playing any files given explicitly as command line arguments. SEE ALSO
nas(1), auctl(1), audemo(1), autool(1) COPYRIGHT
Copyright 1993, 1994 Network Computing Devices, Inc. AUTHOR
Greg Renda, Network Computing Devices, Inc. 1.9.3 AUPLAY(1)