An open API service indexing awesome lists of open source software.

https://github.com/ales-tsurko/mosquito

An audio library for live coding, composition, sound design, DSP prototyping and any kind of audio applications.
https://github.com/ales-tsurko/mosquito

Last synced: 2 months ago
JSON representation

An audio library for live coding, composition, sound design, DSP prototyping and any kind of audio applications.

Awesome Lists containing this project

README

          

Mosquito
===

**Mosquito** is an audio library for live coding, composition, sound design, DSP
prototyping and any kind of audio applications.

It's written for a small and easy to learn scripting language
[Koto](https://github.com/koto-lang/koto), which is easy to embed and designed
for audio live coding and stuff in mind (in fact, the author of Koto is
[Ian Hobson](https://twitter.com/_hobson_), who previously worked at Ableton).

**Mosquito** uses [Csound](https://csound.com) as a sound compiler and it's
permissively licensed, allowing it to be used in proprietary software. It can be
either used on its own or embedded into your application. Notice though, that
Csound is linked dynamically.

## Build

This repo has submodules, initialize them with:

```
git submodule update --init
```

Also, **libcsound64** (or **CsoundLib64.framework** on macOS) should be
installed in your system. If it's not in `PATH`, specify `CSOUND_LIB_DIR`.

You'll find details for installing/building Csound library in
[Csound's repo](https://github.com/csound/csound).