Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi #41

Closed
gcrev93 opened this issue Jul 27, 2016 · 7 comments
Closed

Raspberry Pi #41

gcrev93 opened this issue Jul 27, 2016 · 7 comments

Comments

@gcrev93
Copy link

gcrev93 commented Jul 27, 2016

Does anyone know if say.js would work on raspbian since it is linux based?

@tlhunter
Copy link
Collaborator

It should work if you install the necessary modules:

sudo apt-get install festival festvox-kallpc16k

@gcrev93
Copy link
Author

gcrev93 commented Jul 28, 2016

Awesome ok!

I'm going to try it

Sent from my iPhone

On Jul 27, 2016, at 7:39 PM, Thomas Hunter II notifications@github.com wrote:

It should work if you install the necessary modules:

sudo apt-get install festival festvox-kallpc16k

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@tlhunter
Copy link
Collaborator

Please update this ticket with your discoveries.

@gcrev93
Copy link
Author

gcrev93 commented Aug 1, 2016

It works!!! Voice a little weird but its understandable!

@gcrev93 gcrev93 closed this as completed Aug 1, 2016
@natsu90
Copy link

natsu90 commented Sep 23, 2016

@tlhunter thanks, I got below error in RPi and those command fixed it.

events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: spawn festival ENOENT
    at exports._errnoException (util.js:870:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at doNTCallback2 (node.js:441:9)
    at process._tickCallback (node.js:355:17)
    at Function.Module.runMain (module.js:469:11)
    at startup (node.js:136:18)
    at node.js:963:3

@marcocastignoli
Copy link

I got this error after installing festival

      throw errnoException(err, 'kill');
      ^

Error: kill ESRCH
    at process.kill (internal/process/per_thread.js:189:13)
    at SayPlatformLinux.runStopCommand (/prj/barcode-photo/node_modules/say/platform/linux.js:41:13)
    at SayPlatformLinux.stop (/prj/barcode-photo/node_modules/say/platform/base.js:139:10)
    at Object.<anonymous> (/prj/barcode-photo/index.js:17:5)
    at Module._compile (internal/modules/cjs/loader.js:945:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:962:10)
    at Module.load (internal/modules/cjs/loader.js:798:32)
    at Function.Module._load (internal/modules/cjs/loader.js:711:12)
    at Function.Module.runMain (internal/modules/cjs/loader.js:1014:10)
    at internal/main/run_main_module.js:17:11 {
  errno: 'ESRCH',
  code: 'ESRCH',
  syscall: 'kill'
}

@dyanakiev
Copy link

Works good for me, is there a way to install other voices?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants