Skip to content

ivgtr/symphogear-g

 
 

Repository files navigation

symphogear-g

cacheable mp3 player from files and url for CLI

Publish to npm

📌✨ 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

Twitter Follow MIT License Donate

About

🎤 cacheable mp3 player from files and url for CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.2%
  • TypeScript 42.8%