symphogear-g
v0.4.2
Published
cacheable mp3 player from files and url for CLI
Downloads
5
Readme
symphogear-g
cacheable mp3 player from files and url for CLI
📌✨ Forked: https://github.com/akameco/symphogear
Differences from the original version.
- support
node:>=12.17
JS
->TS
- Made file writing stream.
- Deletes the cache when playback fails.
Usages
CLI
$ npm install --global symphogear-g
$ symphogear --help
Usage
$ symphogear [file]
Examples
$ symphogear さな.mp3
$ symphogear http://sanabutton.ojaru.jp/sound/%E3%81%9B%E3%82%93%E3%81%9B%E3%81%88%E3%81%A8%E3%81%AA%E3%81%84%E3%81%97%E3%82%87%E3%81%B0%E3%81%AA%E3%81%97/%E3%81%A4%E3%81%8E%E3%81%A4%E3%81%8E%E3%81%A4%E3%83%BC%E3%81%8E06.mp3
Packages
$ yarn add symphogear-g
const symphogear = require("symphogear-g");
await symphogear("music.mp3");
License
MIT ©ivgtr