Re: [julia-users] Announcing AudioIO.jl - Simple Audio I/O for Julia

2014-01-07 Thread John Myles White
I don’t have homebrew on my general system, so I’ll just wait a bit. — John On Jan 6, 2014, at 10:13 PM, Spencer Russell wrote: > Ah, currently I don't have the Homebrew.jl support working properly. I > haven't dug into it deeply yet, but it looks like I'll need to put together a > custom fo

Re: [julia-users] Announcing AudioIO.jl - Simple Audio I/O for Julia

2014-01-06 Thread Spencer Russell
Ah, currently I don't have the Homebrew.jl support working properly. I haven't dug into it deeply yet, but it looks like I'll need to put together a custom formula that will download a portaudio binary, and request that it be added to https://github.com/staticfloat/homebrew-juliadeps. For now you

Re: [julia-users] Announcing AudioIO.jl - Simple Audio I/O for Julia

2014-01-06 Thread John Myles White
This sounds really awesome. When I try to install it on OS X, I get the following error: ===[ ERROR: AudioIO ]=== None of the selected providers can install dependency libportaudio while loading /Users/johnmyleswhite/.julia/AudioIO/deps/bui

[julia-users] Announcing AudioIO.jl - Simple Audio I/O for Julia

2014-01-05 Thread Spencer Russell
Code and details at: https://github.com/ssfrr/AudioIO.jl Currently supporting OSX and Linux. AudioIO is a Julia library for interfacing to audio streams, which include playing to and recording from sound cards, reading and writing audio files, sending to network audio streams, etc. Currently only