New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

audio_tag

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio_tag

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

AudioTag

A Ruby library for reading and writing various audio file metadata. Currently only reading ID3v2 MP3 metadata is supported.

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add audio_tag

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install audio_tag

Usage

To read MP3 file metadata:

AudioTag::ID3::V2::Tag.from_file(path_to_file).to_h

Development

  • Note that AudioTag is still in active development
  • It is planned for further audio metadata formats to be supported in the future

License

The gem is available as open source under the terms of the MIT License.

  • Please note that the samples in spec/examples have been redacted to contain audio metadata only. These files contain no playable audio data.

FAQs

Package last updated on 08 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc