Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. janne@rig:/tmp$ for c in {0..11}; do echo hw:NVidia,$c ; aplay -D hw:NVidia,$c test.wav; done
  2. hw:NVidia,0
  3. aplay: main:682: audio open error: No such file or directory
  4. hw:NVidia,1
  5. aplay: main:682: audio open error: No such file or directory
  6. hw:NVidia,2
  7. aplay: main:682: audio open error: No such file or directory
  8. hw:NVidia,3
  9. Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
  10. aplay: set_params:1087: Channels count non available
  11. hw:NVidia,4
  12. aplay: main:682: audio open error: No such file or directory
  13. hw:NVidia,5
  14. aplay: main:682: audio open error: No such file or directory
  15. hw:NVidia,6
  16. aplay: main:682: audio open error: No such file or directory
  17. hw:NVidia,7
  18. Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
  19. aplay: set_params:1087: Channels count non available
  20. hw:NVidia,8
  21. Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
  22. aplay: set_params:1087: Channels count non available
  23. hw:NVidia,9
  24. Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
  25. aplay: set_params:1087: Channels count non available
  26. hw:NVidia,10
  27. aplay: main:682: audio open error: No such file or directory
  28. hw:NVidia,11
  29. aplay: main:682: audio open error: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement