Commit graph

371 commits

Author SHA1 Message Date
Spencer Russell
6830452b9c multichannel output working now 2016-03-19 22:45:00 -04:00
Spencer Russell
4cb94e168d now tests run, but fail because there aren't any 2016-03-19 21:56:42 -04:00
Spencer Russell
958cccf16f adds runtests.sh script 2016-03-19 21:55:35 -04:00
Spencer Russell
fae9b38224 massive restructuring. mono output to default sink works 2016-03-19 21:54:46 -04:00
Spencer Russell
80d329eb39 stripped out non-portaudio stuff and starting to reorganize portaudio stuff 2016-03-18 22:15:00 -04:00
Spencer Russell
c4dfef9178 more fixes to get the tests running without deprecations on 0.4 and 0.3 2015-11-12 09:51:12 -05:00
Bill
826fdafe5f Update portaudio.jl 2015-11-03 18:58:57 -10:00
Bill
348e2576f9 Update nodes.jl 2015-11-03 18:26:24 -10:00
Bill
3c663c675a Update AudioIO.jl 2015-11-03 17:38:05 -10:00
Bill
1ad2d5b27d Update sndfile.jl
compatibility 0.3 -> 0.4 changes
2015-11-03 13:49:36 -10:00
Bill
2c4b21940c Update sndfile.jl 2015-11-03 09:50:42 -10:00
Bill
e87ef290a2 Update nodes.jl
compatibility of union syntax from 0.3 to 0.4
2015-11-03 09:47:50 -10:00
Bill
6786c2b4bb Update AudioIO.jl
Add compatibility from 0.3 to 0.4
2015-11-03 09:46:02 -10:00
Bill
57fcabb6de Update REQUIRE 2015-11-03 09:44:30 -10:00
Bill
3f90e3c907 Update portaudio.jl
Add methods to use audio streams other than the default output stream
2015-11-01 22:55:55 -10:00
Bill
9c23d02066 Update portaudio.jl 2015-11-01 01:09:30 -10:00
Spencer Russell
26fd1fdf23 adds coverage files to gitignore 2014-11-21 23:16:30 -05:00
Spencer Russell
87a160ba78 adds wrapper for Pa_GetVersionText 2014-11-21 23:16:12 -05:00
Spencer Russell
d871de743f Merge pull request #40 from goretkin/fix_add
fix constant addition
2014-11-13 20:03:18 -05:00
Gustavo Goretkin
a55b59d481 fix constant addition
due to
julia> s = 1.0 + SinOsc()
ERROR: `convert` has no method matching convert(::Type{AudioNode{T<:AudioRenderer}}, ::Float64)
 in OffsetRenderer at /Users/goretkin/.julia/v0.3/AudioIO/src/nodes.jl:178
 in + at /Users/goretkin/.julia/v0.3/AudioIO/src/operators.jl:16
2014-11-12 18:00:12 -05:00
Spencer Russell
569cdf0d73 changes WinRPM packages names hopefully to the correct ones 2014-10-26 14:47:36 -04:00
Spencer Russell
4ebd7b946d adds WinRPM to REQUIRE and build.jl 2014-09-04 09:18:03 -04:00
Spencer Russell
8d291288cc removes unncessary Homebrew check in build.jl 2014-08-30 11:46:05 -04:00
Spencer Russell
4f1ec99080 now all badges are SVG 2014-08-29 15:22:26 -04:00
Spencer Russell
2f8464a1eb adds Pkgs.julialang.org status badge 2014-08-29 13:30:33 -04:00
Spencer Russell
9e02643482 allows under/over-flow warnings to be turned on and off 2014-08-29 10:42:11 -04:00
Spencer Russell
f75de3299f adds test and default channel for AudioInput 2014-08-28 17:05:15 -04:00
Spencer Russell
eaca8109f5 now using a pure-julia portaudio wrapper and the read/write API 2014-08-28 16:05:51 -04:00
Spencer Russell
f4adf31d15 finally gets rid of old crufty commented out code 2014-08-28 13:43:36 -04:00
Spencer Russell
cbcfedbad0 adds shim revision check so we know if it gets out of sync 2014-08-28 13:36:38 -04:00
Spencer Russell
ead54a9bdd Merge pull request #24 from tlycken/patch-1
Install with Pkg.clone(pwd()) instead of ln -s, adds unshallow to fix cloning problem
2014-08-28 10:23:08 -04:00
Tomas Lycken
e9483f1782 Fetch unshallow 2014-08-28 16:16:30 +02:00
Tomas Lycken
93c2215e2f Install with Pkg.clone(pwd()) instead of ln -s
After seeing the message [here](https://groups.google.com/forum/?fromgroups=#!topic/julia-users/Kt2KtQm2O1Q) I wanted to see if installing the package differently would help. Since a PR triggers Travis, this was the easiest way to check my assumption :P
2014-08-28 16:09:26 +02:00
Spencer Russell
ae76badebb adds method to get rate of a file 2014-08-27 10:58:17 -04:00
Spencer Russell
87925d1d8d moves the quotes around in travis config 2014-08-25 19:11:33 -04:00
Spencer Russell
e64ea0b26c travis config now checks out BinDeps master, until the next release 2014-08-25 17:04:12 -04:00
Spencer Russell
0c396b095b adds Pacman support, currently only works with BinDeps master 2014-08-25 16:50:04 -04:00
Spencer Russell
0d06ce2c96 adds some more docs on File IO and Julia syntax highlighting 2014-08-22 06:15:42 -04:00
Spencer Russell
5ce3c0cc97 badge formatting 2014-08-22 04:40:32 -04:00
Spencer Russell
942fae05ca adds coverage badge to README 2014-08-22 04:39:37 -04:00
Spencer Russell
3601ea2098 adds coverage arg to Pkg.test instead of using --code-coverage 2014-08-22 04:33:38 -04:00
Spencer Russell
36362d45cf now only submitting coverage info for the release test, no need to send it twice 2014-08-22 04:23:10 -04:00
Spencer Russell
8d456062ca fixes coverage line in .travis.yml 2014-08-22 04:20:49 -04:00
Spencer Russell
86e459cc87 adds coverage stuff to test running 2014-08-22 04:15:13 -04:00
Spencer Russell
dd28b530ea adds try-finally to open so it's actually safe 2014-08-21 01:05:03 -04:00
Spencer Russell
2620e6ecb2 fixes issue and now passes test for stereo file playback (mixing to mono) 2014-08-13 12:31:56 -04:00
Spencer Russell
5f074a4f87 adds stereo wav test file 2014-08-12 21:53:44 -04:00
Spencer Russell
11e6dce20c now we have a failing test for stereo file playback 2014-08-12 19:26:03 -04:00
Spencer Russell
edf2f8fd04 now transposing the audio so columns are channels on a file read 2014-08-12 19:22:19 -04:00
Spencer Russell
d4b4b33361 test for mono file playback now passing 2014-08-12 13:24:31 -04:00