PortAudio wrapper for the Julia programming language, compatible with the JuliaAudio family of packages
Find a file
2016-03-19 22:45:00 -04:00
deps stripped out non-portaudio stuff and starting to reorganize portaudio stuff 2016-03-18 22:15:00 -04:00
examples Adjusted buffer length so buffer ends at the end of the ramp. 2014-06-28 16:33:34 -05:00
src multichannel output working now 2016-03-19 22:45:00 -04:00
test now tests run, but fail because there aren't any 2016-03-19 21:56:42 -04:00
.gitignore adds coverage files to gitignore 2014-11-21 23:16:30 -05:00
.travis.yml stripped out non-portaudio stuff and starting to reorganize portaudio stuff 2016-03-18 22:15:00 -04:00
LICENSE initial commit with some toy code 2013-12-11 20:18:36 -05:00
README.md stripped out non-portaudio stuff and starting to reorganize portaudio stuff 2016-03-18 22:15:00 -04:00
REQUIRE massive restructuring. mono output to default sink works 2016-03-19 21:54:46 -04:00
runtests.sh adds runtests.sh script 2016-03-19 21:55:35 -04:00

PortAudio.jl

Build Status [![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.