Skip to content

File README.md#

File List > README.md

Go to the documentation of this file

# libpisoundmicro

A C/C++ library with Python bindings for interfacing with [Pisound Micro's](https://blokas.io/pisound-micro/) I/O capabilities.

Documentation is available [here](https://blokas.io/pisound-micro/docs/libpisoundmicro/overview/).

## Installation

Make sure you are running [Patchbox OS](https://blokas.io/patchbox-os/) or that [Blokas APT server](https://blokas.io/pisound-micro/docs/getting-started/#apt-server-setup) is set up already.

### For C/C++ Development:

```bash
sudo apt install libpisoundmicro-dev
```Markdown

### For Python Development:

```bash
sudo apt install pypisoundmicro
```