Skip to content

IoLanguage/TagLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TagLib

Used to set meta data tags on the following audio formats:

ape
flac
mp3
mpc
mpeg
ogg

Supports reading and writing the following attributes:

title
artist
album
year
track
genre 

And reading the attributes:

bitRate
sampleRate
channels
length

Example use (load and modify a track genre):

t := TagLib clone setPath("foo.mp3") load
writeln("genre = ", t genre)
t setGenre("ambient")
t save

Installation

TagLib should be installed and foundable in your system. Then:

eerie install https://github.com/IoLanguage/TagLib.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published