ssfrr / AudioIO.jl

[UNMAINTAINED] - Simple Audio IO in Julia
MIT License
61 stars 24 forks source link

not working in Julia version 0.5.0-rc3+0 #60

Open ianpgm opened 8 years ago

ianpgm commented 8 years ago

Following error when trying to install on version 0.5:

INFO: Building AudioIO
===================================================[ ERROR: AudioIO ]===================================================

LoadError: syntax: { } vector syntax is discontinued
while loading /Users/ianmarshall/.julia/v0.5/AudioIO/deps/build.jl, in expression starting on line 11

========================================================================================================================

====================================================[ BUILD ERRORS ]====================================================

WARNING: AudioIO had build errors.

 - packages with build errors remain installed in /Users/ianmarshall/.julia/v0.5
 - build the package(s) and all dependencies with `Pkg.build("AudioIO")`
 - build a single package by running its `deps/build.jl` script

========================================================================================================================
ssfrr commented 8 years ago

I'm not really maintaining AudioIO any more, and have moved development efforts into the JuliaAudio packages. For basic file and soundcard I/O those packages are the way to go. I should put out a new release of AudioIO with an upper-bound of Julia 0.4 in the REQUIRE file, so i'll leave this issue open until then.

Thanks for trying it out, and let me know if there's stuff that you need in the JuliaAudio packages that's currently not supported.

ianpgm commented 8 years ago

Thanks for your help! I managed to get the JuliaAudio packages to do what I need.