/** * **PortAudio** - PortAudio is a cross-platform, open-source C language library for real-time audio input and output. * * @domain `portaudio.com` * @version `19.7.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install portaudio.com` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.portaudiocom * console.log(pkg.name) // "PortAudio" * console.log(pkg.description) // "PortAudio is a cross-platform, open-source C la..." * console.log(pkg.versions[0]) // "19.7.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/portaudio-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const portaudiocomPackage: { /** * The display name of this package. */ name: 'PortAudio'; /** * The canonical domain name for this package. */ domain: 'portaudio.com'; /** * Brief description of what this package does. */ description: 'PortAudio is a cross-platform, open-source C language library for real-time audio input and output.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/portaudio.com/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/PortAudio/portaudio'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install portaudio.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +portaudio.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install portaudio.com'; programs: readonly []; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['19.7.0']; aliases: readonly [] }; export type PortaudiocomPackage = typeof portaudiocomPackage