Skip to content

bamchoh/nagome-polly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nagome-polly

nagome-polly is the plugin of nagome to read aloud comments by nico nico live streaming by using AWS polly

Supported Platforms

nagome-polly supports Windows, Linux, and OS X. nagome-polly on Windows is using Direct Show library. On other OS is using SoX.

Requirement

nagome-polly needs AWS account. Please sign up for AWS.

Please install SoX if you are using Linux or OS X.

Install

Install SoX

Skip this topic if you are using Windows

When OS X. you can install it by Homebrew

$ brew install sox

When Ubuntu 16.04. you can install it by apt

$ sudo apt-get install sox
$ sudo apt-get install libsox-fmt-mp3

Build

You simply do below

go build

Setup nagome-polly.yml

nagome-polly.yml is a setting file. nagome-polly needs access key and session key for AWS Polly.

Create these keys according to https://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html

And then, Write these keys in the file.

access_key : "<ACCESS KEY>"
secret_key : "<SECRET KEY>"

Copy in plugin directory

Copy files are listed below to <Nagome application directoy>/plugin/nagome-polly directory

  • nagome-polly(.exe)
  • nagome-polly.yml
  • plugin.yml

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages