| Crates.io | portable-audio-library |
| lib.rs | portable-audio-library |
| version | 0.1.2 |
| created_at | 2024-05-03 08:17:42.752001+00 |
| updated_at | 2024-05-03 14:25:12.533228+00 |
| description | A portable audio library file format. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1228472 |
| size | 43,369 |
[!NOTE] This project is still in alpha.
A portable audio library file format.
Builders are a group functions that converts a certain audio library format into Portable Audio Library and vice versa.
Get basic usage using,
portable-audio-library help
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
This project is licensed under the MIT license.