Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/kermit/.local/bin/node', | |
1 verbose cli '/Users/kermit/.local/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '-g', | |
1 verbose cli 'grunt-contrib-jshint', | |
1 verbose cli 'grunt-contrib-cssmin', | |
1 verbose cli 'grunt-contrib-uglify', | |
1 verbose cli 'grunt-contrib-watch', | |
1 verbose cli 'grunt-contrib-sass', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/kermit/.local/bin/node', | |
1 verbose cli '/Users/kermit/.local/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose readDependencies using package.json deps | |
5 verbose install where, deps [ '/Users/kermit/test', | |
5 verbose install [ 'grunt', | |
5 verbose install 'bower', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/kermit/.local/bin/node', | |
1 verbose cli '/Users/kermit/.local/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose readDependencies using package.json deps | |
5 verbose install where, deps [ '/Users/kermit/test', | |
5 verbose install [ 'grunt', | |
5 verbose install 'bower', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/home/kermit/.local/bin/node', | |
1 verbose cli '/home/kermit/.local/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose readDependencies using package.json deps | |
5 verbose install where, deps [ '/home/kermit/test', | |
5 verbose install [ 'grunt', | |
5 verbose install 'bower', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/kermit/.nvm/v0.10.20/bin/node', | |
1 verbose cli '/Users/kermit/.nvm/v0.10.20/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose readDependencies using package.json deps | |
5 verbose install where, deps [ '/Users/kermit/projekti/git/cloudfleet-spec/https-101/bare', | |
5 verbose install [ 'underscore', 'raphael', '//', 'jison', 'jshint', 'uglify-js' ] ] | |
6 info preinstall [email protected] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys,os | |
def decodeSpeech(hmmd,lmdir,dictp,wavfile): | |
""" | |
Decodes a speech file | |
""" | |
try: | |
import pocketsphinx as ps | |
import sphinxbase |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.