Advertisement
bossjones

Gst python errors

Aug 20th, 2013
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.26 KB | None | 0 0
  1. pi@scarlettpi ~/dev/scarlettPi/scripts/pi $ pi
  2. /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  3.   warnings.warn(str(e), _gtk.Warning)
  4. INFO: cmd_ln.c(691): Parsing command line:
  5. gst-pocketsphinx \
  6.     -samprate 8000 \
  7.     -cmn prior \
  8.     -fwdflat no \
  9.     -bestpath no \
  10.     -maxhmmpf 2000 \
  11.     -maxwpf 20
  12.  
  13. Current configuration:
  14. [NAME]      [DEFLT]     [VALUE]
  15. -agc        none        none
  16. -agcthresh  2.0     2.000000e+00
  17. -alpha      0.97        9.700000e-01
  18. -ascale     20.0        2.000000e+01
  19. -aw     1       1
  20. -backtrace  no      no
  21. -beam       1e-48       1.000000e-48
  22. -bestpath   no      no
  23. -bestpathlw 9.5     9.500000e+00
  24. -bghist     no      no
  25. -ceplen     13      13
  26. -cmn        current     prior
  27. -cmninit    8.0     8.0
  28. -compallsen no      no
  29. -debug              0
  30. -dict              
  31. -dictcase   no      no
  32. -dither     no      no
  33. -doublebw   no      no
  34. -ds     1       1
  35. -fdict             
  36. -feat       1s_c_d_dd   1s_c_d_dd
  37. -featparams        
  38. -fillprob   1e-8        1.000000e-08
  39. -frate      100     100
  40. -fsg               
  41. -fsgusealtpron  yes     yes
  42. -fsgusefiller   yes     yes
  43. -fwdflat    yes     no
  44. -fwdflatbeam    1e-64       1.000000e-64
  45. -fwdflatefwid   4       4
  46. -fwdflatlw  8.5     8.500000e+00
  47. -fwdflatsfwin   25      25
  48. -fwdflatwbeam   7e-29       7.000000e-29
  49. -fwdtree    yes     yes
  50. -hmm               
  51. -input_endian   little      little
  52. -jsgf              
  53. -kdmaxbbi   -1      -1
  54. -kdmaxdepth 0       0
  55. -kdtree            
  56. -latsize    5000        5000
  57. -lda               
  58. -ldadim     0       0
  59. -lextreedump    0       0
  60. -lifter     0       0
  61. -lm            
  62. -lmctl             
  63. -lmname     default     default
  64. -logbase    1.0001      1.000100e+00
  65. -logfn             
  66. -logspec    no      no
  67. -lowerf     133.33334   1.333333e+02
  68. -lpbeam     1e-40       1.000000e-40
  69. -lponlybeam 7e-29       7.000000e-29
  70. -lw     6.5     6.500000e+00
  71. -maxhmmpf   -1      2000
  72. -maxnewoov  20      20
  73. -maxwpf     -1      20
  74. -mdef              
  75. -mean              
  76. -mfclogdir         
  77. -min_endfr  0       0
  78. -mixw              
  79. -mixwfloor  0.0000001   1.000000e-07
  80. -mllr              
  81. -mmap       yes     yes
  82. -ncep       13      13
  83. -nfft       512     512
  84. -nfilt      40      40
  85. -nwpen      1.0     1.000000e+00
  86. -pbeam      1e-48       1.000000e-48
  87. -pip        1.0     1.000000e+00
  88. -pl_beam    1e-10       1.000000e-10
  89. -pl_pbeam   1e-5        1.000000e-05
  90. -pl_window  0       0
  91. -rawlogdir         
  92. -remove_dc  no      no
  93. -round_filters  yes     yes
  94. -samprate   16000       8.000000e+03
  95. -seed       -1      -1
  96. -sendump           
  97. -senlogdir         
  98. -senmgau           
  99. -silprob    0.1     1.000000e-01
  100. -smoothspec no      no
  101. -svspec            
  102. -tmat              
  103. -tmatfloor  0.0001      1.000000e-04
  104. -topn       4       4
  105. -topn_beam  0       0
  106. -toprule           
  107. -transform  legacy      legacy
  108. -unit_area  yes     yes
  109. -upperf     6855.4976   6.855498e+03
  110. -usewdphones    no      no
  111. -uw     1.0     1.000000e+00
  112. -var               
  113. -varfloor   0.0001      1.000000e-04
  114. -varnorm    no      no
  115. -verbose    no      no
  116. -warp_params           
  117. -warp_type  inverse_linear  inverse_linear
  118. -wbeam      7e-29       7.000000e-29
  119. -wip        1e-4        1.000000e-04
  120. -wlen       0.025625    2.562500e-02
  121.  
  122. Traceback (most recent call last):
  123.   File "/usr/local/bin/pi", line 5, in <module>
  124.     pkg_resources.run_script('pi==0.1.0', 'pi')
  125.   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script
  126.     self.require(requires)[0].run_script(script_name, ns)
  127.   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235, in run_script
  128.     execfile(script_filename, namespace, namespace)
  129.   File "/usr/local/lib/python2.7/dist-packages/pi-0.1.0-py2.7.egg/EGG-INFO/scripts/pi", line 38, in <module>
  130.     listener = Listener(gobject, gst)
  131.   File "/usr/local/lib/python2.7/dist-packages/pi-0.1.0-py2.7.egg/pi/listener.py", line 103, in __init__
  132.     self.pocketsphinx.link(self.rectee)
  133. gst.LinkError: failed to link listener with rectee
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement