Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. audio_output {
  2. type "alsa"
  3. name "XR18"
  4. device "plughw:CARD=X18XR18,DEV=0"
  5. format "48000:32:2"
  6. auto_resample "no"
  7. auto_channels "no"
  8. always_on "yes"
  9. mixer_type "software"
  10. # mixer_device "default" # optional
  11. # mixer_control "PCM" # optional
  12. # mixer_index "0" # optional
  13. }
  14.  
  15. audiohub@DYM-Portable-AudioHub:~$ aplay --device=plughw:CARD=X18XR18,DEV=0 "/home/audiohub/Music/Waterlines/05 - Take Your Time.wav"
  16. Playing WAVE '/home/audiohub/Music/Waterlines/05 - Take Your Time.wav' : Float 32 bit Little Endian, Rate 44100 Hz, Stereo
  17.  
  18. audiohub@DYM-Portable-AudioHub:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement