Skip to content

A pure JavaScript implementation of the metaflac (the official FLAC tool written in C++)

Notifications You must be signed in to change notification settings

ishowshao/metaflac-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metaflac-js

A pure JavaScript implementation of the metaflac (the official FLAC tool written in C++)

This is a tool that has just been completed, I hope to help you, and I hope we can optimize it together.

Use as module:

npm i metaflac-js --save
const Metaflac = require('metaflac-js');
const flac = new Metaflac('/path/to/flac.flac');
flac.setTag('TITLE=My Music');
flac.save();

Use as cli:

Usage is basically consistent with official tools.

npm i metaflac-js -g
metaflac-js -h

Note: here is the official FLAC tools doc

About

A pure JavaScript implementation of the metaflac (the official FLAC tool written in C++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published