nordaudio
A small wrapper around PortAudio for cross-platform audio IO.
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install nordaudio
choosenim install nordaudio
git clone https://github.com/Psirus/nordaudio
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nordaudio | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/Psirus/nordaudio |
|---|---|
| Homepage | https://github.com/Psirus/nordaudio |
| Registry Source | nimble_official |
README
Nordaudio
A small wrapper around PortAudio for cross-platform audio IO.
Very much WIP, but you can check the example/sine_low_level.nim for the
sine output example from PortAudio translated into Nim.
Of course, you need to have PortAudio installed, under Debian/Ubuntu:
sudo apt install portaudio19-dev