speaker : Output PCM audio data to the speakers. You can installing speaker npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install speaker $ sudo npm install -g speaker
If want to update the speaker package execute the command as below,
$ sudo npm update speaker
Update package globally,
$ npm install -g speaker
$ sudo git clone https://github.com/rektide/speaker.git
$ sudo npm install -g ./speaker
speaker@0.4.0 /usr/lib/node_modules/speaker
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall speaker
| Package Name | speaker |
| Version | 0.4.0 |
| Description | Output PCM audio data to the speakers |
| Released Date | 2017-08-31T08:35:07.601Z |
| Published by | linusu |
| How to Learn | https://www.npmjs.com/package/speaker/tutorial |