PortAudio.jl/src
Joris Kraak 7831578955 Add mono audio input to PortAudio shim
The way the PortAudio callback works it is possible to reuse the buffer
used for sharing output audio data between Julia and the C-library.

The output data can be pushed from the shared buffer to the PortAudio's
output buffer, after which the same location in the buffer can be used
for storing the data read from the input buffer.

This does assume equal lengths for the in- and output buffers.
2014-03-25 12:35:04 +01:00
..
AudioIO.jl adds ability to wait for an AudioNode 2014-01-13 19:19:56 -05:00
nodes.jl adds ability to wait for an AudioNode 2014-01-13 19:19:56 -05:00
portaudio.jl Add mono audio input to PortAudio shim 2014-03-25 12:35:04 +01:00
sndfile.jl Merge pull request #8 from zhemao/master 2014-01-23 09:06:03 -08:00