PortAudio wrapper for the Julia programming language, compatible with the JuliaAudio family of packages
d6c3595f03
fix fix use CLANG wrappers cleanup (again) more coverage fix tests fix? distinguish error numbers from codes reduce thread spawning cleanup fix? fix? coverage coverage fix fix more cleanup and comments separate out SampledSignals part almost there fix comments fix Add gen README Update test/runtests.jl Co-authored-by: Robert Luke <748691+rob-luke@users.noreply.github.com> performance improvements fix more comments separate messanger from buffer fix source/sink mix-up adjust_channels, test device names slight cleanup update docs add links to docs to readme |
||
---|---|---|
.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.