/** * **rubberband** - Audio time stretcher tool and library * * @domain `breakfastquay.com/rubberband` * @programs `rubberband` * @version `4.0.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install breakfastquay.com/rubberband` * @homepage https://breakfastquay.com/rubberband/ * @dependencies `github.com/libsndfile/libsamplerate^0.2`, `github.com/libsndfile/libsndfile^1.2`, `linux:fftw.org^3.3`, ... (+2 more) (includes OS-specific dependencies with `os:package` format) * @buildDependencies `mesonbuild.com@^1.3.2` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.breakfastquaycomrubberband * console.log(pkg.name) // "rubberband" * console.log(pkg.description) // "Audio time stretcher tool and library" * console.log(pkg.programs) // ["rubberband"] * console.log(pkg.versions[0]) // "4.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/breakfastquay-com/rubberband.md * @see https://ts-pkgx.netlify.app/usage */ export declare const breakfastquaycomrubberbandPackage: { /** * The display name of this package. */ name: 'rubberband'; /** * The canonical domain name for this package. */ domain: 'breakfastquay.com/rubberband'; /** * Brief description of what this package does. */ description: 'Audio time stretcher tool and library'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/breakfastquay.com/rubberband/package.yml'; homepageUrl: 'https://breakfastquay.com/rubberband/'; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install breakfastquay.com/rubberband'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +breakfastquay.com/rubberband -- $SHELL -i'; launchpadInstallCommand: 'launchpad install breakfastquay.com/rubberband'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['rubberband']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['github.com/libsndfile/libsamplerate^0.2', 'github.com/libsndfile/libsndfile^1.2', 'linux:fftw.org^3.3', 'linux:ladspa.org^1.17', 'linux:vamp-plugins.org^2.9']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['mesonbuild.com@^1.3.2']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.0.0', '3.3.0']; aliases: readonly [] }; export type BreakfastquaycomrubberbandPackage = typeof breakfastquaycomrubberbandPackage