You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
========================================================================================================================
The text was updated successfully, but these errors were encountered:
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.
Following error when trying to install on version 0.5:
The text was updated successfully, but these errors were encountered: