PortAudio wrapper for the Julia programming language, compatible with the JuliaAudio family of packages
deps | ||
examples | ||
src | ||
test | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
REQUIRE | ||
runtests.sh |
PortAudio.jl
[![codecov.io] (http://codecov.io/github/JuliaAudio/PortAudio.jl/coverage.svg?branch=master)] (http://codecov.io/github/JuliaAudio/PortAudio.jl?branch=master)
PortAudio.jl is a wrapper for libportaudio, which gives cross-platform access to audio devices. It is compatible with the types defined in SampleTypes.jl, so it provides PASampleSink
and PASampleSource
types, which can be read from and written to.