No description
Find a file
2021-12-23 10:49:04 +01:00
.github/workflows Add Readme and CI 2021-02-08 22:11:42 +01:00
examples Add functions for recording 2021-12-03 21:51:35 +01:00
src Add convenience proc to hide portaudio debug info 2021-12-03 22:28:53 +01:00
tests Add Readme and CI 2021-02-08 22:11:42 +01:00
.editorconfig Add functions for recording 2021-12-03 21:51:35 +01:00
.gitignore Make it into a nimble package 2021-02-07 21:18:40 +01:00
LICENSE Add LICENSE file 2021-12-23 10:49:04 +01:00
nordaudio.nimble Make it into a nimble package 2021-02-07 21:18:40 +01:00
README.md Add Readme and CI 2021-02-08 22:11:42 +01:00

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