# portaudio **Repository Path**: biocyborg/portaudio ## Basic Information - **Project Name**: portaudio - **Description**: https://github.com/gordonklaus/portaudio ι•œεƒδ»“εΊ“ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-14 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # portaudio This package provides an interface to the [PortAudio](http://www.portaudio.com/) audio I/O library. See the [package documentation](http://godoc.org/github.com/gordonklaus/portaudio) for details. To build this package you must first have the PortAudio development headers and libraries installed. Some systems provide a package for this; e.g., on Ubuntu you would want to run `apt-get install portaudio19-dev`. On other systems you might have to install from source. Thanks to sqweek for motivating and contributing to host API and device enumeration.