Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. pico2wave -w test.wav "Testing 1 2 3"
  2. mplayer –ao alsa:device=hw=1 test.wav
  3.  
  4. system("pico2wave -w test.wav "Testing 1 2 3"");
  5. system("mplayer –ao alsa:device=hw=1 test.wav");
  6.  
  7. MPlayer svn r34540 (Debian), built with gcc-4.6 (C) 2000-2012 MPlayer Team
  8. mplayer: could not connect to socket
  9. mplayer: No such file or directory
  10. Failed to open LIRC support. You will not be able to use your remote control.
  11.  
  12. Playing –ao.
  13. File not found: '–ao'
  14. Failed to open –ao.
  15.  
  16.  
  17. Playing alsa:device=hw=1.
  18. File not found: 'alsa:device=hw=1'
  19. Failed to open alsa:device=hw=1.
  20.  
  21.  
  22. Playing test.wav.
  23. libavformat version 53.21.1 (external)
  24. Mismatching header version 53.19.0
  25. Audio only file format detected.
  26. Load subtitles in ./
  27. ==========================================================================
  28. Opening audio decoder: [pcm] Uncompressed PCM audio decoder
  29. AUDIO: 16000 Hz, 1 ch, s16le, 256.0 kbit/100.00% (ratio: 32000->32000)
  30. Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
  31. ==========================================================================
  32. AO: [pulse] Init failed: Connection refused
  33. Failed to initialize audio driver 'pulse'
  34. [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '0'
  35. [AO_ALSA] alsa-lib: conf.c:4241:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
  36. [AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating strings
  37. [AO_ALSA] alsa-lib: conf.c:4241:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
  38. [AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name
  39. [AO_ALSA] alsa-lib: conf.c:4241:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
  40. [AO_ALSA] alsa-lib: conf.c:4720:(snd_config_expand) Evaluate error: No such file or directory
  41. [AO_ALSA] alsa-lib: pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default
  42. [AO_ALSA] Playback open error: No such file or directory
  43. Failed to initialize audio driver 'alsa'
  44. [AO SDL] Samplerate: 16000Hz Channels: Mono Format s16le
  45. [AO SDL] using aalib audio driver.
  46. [AO SDL] Unable to open audio: No available audio device
  47. Failed to initialize audio driver 'sdl:aalib'
  48. Could not open/initialize audio device -> no sound.
  49. Audio: no sound
  50. Video: no video
  51.  
  52.  
  53. Exiting... (End of file)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement