PortAudio wrapper for the Julia programming language, compatible with the JuliaAudio family of packages
.github | ||
docs | ||
examples | ||
gen | ||
src | ||
test | ||
.gitignore | ||
.JuliaFormatter.toml | ||
LICENSE | ||
Project.toml | ||
README.md |
PortAudio.jl
PortAudio.jl is a wrapper for libportaudio, which gives cross-platform access to audio devices.
It provides a PortAudioStream
type, which can be read from and written to.
Debugging
If you are experiencing issues and wish to view detailed logging and debug information, set
ENV["JULIA_DEBUG"] = :PortAudio
before using the package.