wavpack.com
WavPack encode/decode library, command-line programs, and several plugins
Package Information
- Domain:
wavpack.com
- Name:
wavpack.com
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +wavpack.com -- $SHELL -i
Programs
This package provides the following executable programs:
wavpack
wvunpack
wvtag
wvgain
Available Versions
Show all 3 versions
5.8.1
,5.8.0
,5.7.0
Latest Version: 5.8.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +wavpack.com@5.8.1 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.wavpackcom
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.