speex.org
Audio codec designed for speech
Package Information
- Domain:
speex.org
- Name:
speex.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install speexdec
Programs
This package provides the following executable programs:
speexdec
Aliases
This package can also be accessed using these aliases:
speexdec
Available Versions
Show all 1 versions
1.2.1
Latest Version: 1.2.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +speex.org@1.2.1 -- $SHELL -i
Dependencies
This package depends on:
xiph.org/ogg
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.speexorg
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.