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.
- Host: GitHub
- URL: https://github.com/ales-tsurko/mosquito
- Owner: ales-tsurko
- License: apache-2.0
- Created: 2021-02-03T14:12:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T17:41:58.000Z (over 4 years ago)
- Last Synced: 2025-07-08T20:48:01.893Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.Apache
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).