portable-audio-library

Crates.ioportable-audio-library
lib.rsportable-audio-library
version0.1.2
sourcesrc
created_at2024-05-03 08:17:42.752001
updated_at2024-05-03 14:25:12.533228
descriptionA portable audio library file format.
homepage
repository
max_upload_size
id1228472
size43,369
nanashi (nanashi-1)

documentation

README

Portable Audio Library

Tests Clippy Crates.io Rustdoc

[!NOTE] This project is still in alpha.

A portable audio library file format.

Planned Builders

Builders are a group functions that converts a certain audio library format into Portable Audio Library and vice versa.

  • Directory Audio Library
  • M3U
  • PLS
  • XSPF

Usage

Get basic usage using,

portable-audio-library help

Examples

Convert a audio library directory into a .pal file,

portable-audio-library encode /path/to/audio-library audio-library.pal

Apply compression(snap),

portable-audio-library encode /path/to/audio-library audio-library-compressed.pal -t snap

Convert a .pal file into a audio library directory,

portable-audio-library decode audio-library.pal /path/to/audio-library

License

This project is licensed under the MIT license.

Commit count: 0

cargo fmt