Eigentlich wollte ich Audio 8 DJ mit xwax unter Ubuntu/Studiobuntu nutzen, aber das hat bis jetzt noch nicht funktioniert. Zumindest laesst sich Audio 8 DJ wie folgt ansteuern:
  • Sprachausgabe "Front Left, Front Right" auf Channel A und Channel B
speaker-test -c2 -D plughw:DJ,0,0 -twav -l 3
speaker-test -c2 -D plughw:DJ,0,1 -twav -l 3
  • Abspielen einer WAV-DateiĀ  auf Channel A und Channel B
cd /tmp
wget "http://www.linksplace.com/wavsounds/madcow.wav"
aplay -v -c 2 -D plughw:DJ,0,0 madcow.wav
aplay -v -c 2 -D plughw:DJ,0,1 madcow.wav
  • 10 Sekunden aufnehmen und abspielen auf Channel A und Channel B
cd /tmp
echo "recording channel a..."
arecord -r 48000 -f cd -t wav -D plughw:DJ,0,0 -d 10 chan1.wav
echo "playing channel a..."
aplay -c 2 -D plughw:DJ,0,0 chan1.wav
echo "recording channel b..."
arecord -r 48000 -f cd -t wav -D plughw:DJ,0,1 -d 10 chan2.wav
echo "playing channel b..."
aplay -c 2 -D plughw:DJ,0,1 chan2.wav
echo "done"

1 Comment

Linear

  • 160t  
    Hi & thank you for your informative post!

    Did you find any solution?
    I'm really interested in getting my Audio8 DJ working for xwax & mixxx..

    ciao, 160t*

Add Comment

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.
To leave a comment you must approve it via e-mail, which will be sent to your address after submission.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Submitted comments will be subject to moderation before being displayed.