bramtayl
156eae0db8
Update readme ( #111 )
...
* update readme
* Update README.md
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
* Update src/PortAudio.jl
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
2022-03-29 13:00:39 -04:00
Abhaya Parthy
497567e329
Update save file example in README.md ( #102 )
...
* Update save file example in README.md
* Update README.md
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
* Remove extra stream
Co-authored-by: bramtayl <brandon.taylor221@gmail.com>
Co-authored-by: Jeff Fessler <JeffFessler@users.noreply.github.com>
2022-03-23 11:36:06 -04:00
Jeff Fessler
9c701415c0
Add audio signal output example ( #94 )
2022-02-13 22:19:12 -05:00
Robert Luke
3cd4551d81
Remove documentation for depreciated synced keyword ( #82 )
2021-08-12 13:55:46 -04:00
Robert Luke
8a3b0d2a8a
Revert changes to README
2021-07-31 21:16:47 +10:00
Brandon Taylor
d6c3595f03
Use Clang wrappers; reduce thread spawning; separate out SampledSignals
...
fix
fix
use CLANG wrappers
cleanup (again)
more coverage
fix tests
fix?
distinguish error numbers from codes
reduce thread spawning
cleanup
fix?
fix?
coverage
coverage
fix
fix
more cleanup and comments
separate out SampledSignals part
almost there
fix
comments
fix
Add gen README
Update test/runtests.jl
Co-authored-by: Robert Luke <748691+rob-luke@users.noreply.github.com>
performance improvements
fix
more comments
separate messanger from buffer
fix source/sink mix-up
adjust_channels, test device names
slight cleanup
update docs
add links to docs to readme
2021-07-25 13:11:55 -04:00
bramtayl
dd68835815
Send debug to debug ( #74 )
...
* send to debug
* use Suppressor
* actually, this might be nicer as a macro
* return
* fix, add test
* small fix
* Logging target
* send xrun messages to debug
* Add note to README
* Revert "send xrun messages to debug"
This reverts commit d47abb9072
.
2021-05-24 17:34:37 -04:00
Robert Luke
d71d971d66
Update badges
...
Change badges to github actions and code coverage from travis and appveyor
2021-05-13 09:07:10 +10:00
Spencer Russell
28c89c24e4
removed outdated info on building the shim from README
2020-04-15 20:27:23 -04:00
Jakub Wronowski
c3570b0d07
readme and script fix
2020-02-18 23:49:50 +01:00
Spencer Russell
4c2ad4dc06
some more update-related tweaks
2020-01-01 14:59:46 -05:00
Spencer Russell
8d42b94a6a
adds do syntax support
2018-12-05 11:17:36 -05:00
Spencer Russell
d14a5f4b1f
adds back sudo for travis
2018-08-16 12:47:11 -04:00
Spencer Russell
1b26ea2f0f
README badge tweaking [ci skip]
2017-05-19 23:31:17 -04:00
Spencer Russell
5c40329df6
new C-based ringbuffer handling seems to be mostly working
2017-05-09 11:46:11 -04:00
Spencer Russell
7012c445f8
adds CI badges to README [ci skip]
2016-08-26 13:17:54 -04:00
Spencer Russell
b6f59a1e9d
updates README now that we don't need Compat master [ci skip]
2016-08-22 12:04:19 -04:00
Spencer Russell
93334b0de9
adds documentation for synced kwarg [ci skip]
2016-08-17 10:59:03 -04:00
Spencer Russell
1d5ca112eb
back to duplex-by-default but now with optional synchronization
2016-08-16 18:10:03 -04:00
Spencer Russell
de5753e7f2
updates example in README [ci skip]
2016-08-09 00:23:51 -04:00
Spencer Russell
1d16bdecba
now checking out SampledSignals on CI, too
2016-08-09 00:09:50 -04:00
Spencer Russell
44339ff755
now checking out RingBuffers on CI, too
2016-08-09 00:02:49 -04:00
Spencer Russell
09b1cd3e47
adds Compat checkout to appveyor and travis configs
2016-08-08 23:53:59 -04:00
Spencer Russell
ede482ce6f
defaults to output-only, bigger ringbuf, fixes issue with multichannel writing
2016-08-08 20:25:02 -04:00
Spencer Russell
30803bce97
renames bufsize to blocksize
2016-07-29 23:56:37 -04:00
Spencer Russell
43292ccaf8
updates for SampleTypes-to-SampledSignals rename
2016-03-31 11:07:46 -04:00
Spencer Russell
db2f697d6c
fixes channel count wrongness in README
2016-03-23 23:35:07 -04:00
Spencer Russell
8a7a7d5baa
moves most stream config to keyword args and updates README
2016-03-23 23:25:03 -04:00
Spencer Russell
641de1e92b
adds PortAudio to module list in last example so it's complete
2016-03-20 03:54:44 -04:00
Spencer Russell
f7b9b48658
some minor README tweaks
2016-03-20 03:27:30 -04:00
Spencer Russell
64a08bc90f
adds better source/sink show method and more docs/examples to README
2016-03-20 03:23:28 -04:00
Spencer Russell
d193a9c83d
releases read/write busy flag on an exception
2016-03-20 00:53:08 -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
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
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
16857615d3
removes contributors list form README, it's on github
2014-06-27 12:30:59 -05:00
Spencer Russell
83c4199096
README formatting
2014-01-10 22:40:47 -05:00
Spencer Russell
d100457717
adds contributors list to README
2014-01-10 22:40:13 -05:00
Spencer Russell
1fe3e123c1
tweaks install instructions
2014-01-06 00:30:16 -05:00
Spencer Russell
31c912ce77
tweaks build status image to point to master branch status
2014-01-06 00:21:23 -05:00
Spencer Russell
c1212692a0
adds stop usage examples to README
2014-01-05 23:00:50 -05:00
Spencer Russell
97dc8025bf
changes all references of PortAudio name to AudioIO
2014-01-03 07:41:00 -08:00
Spencer Russell
47046b3d41
README formatting
2013-12-30 03:33:00 -08:00
Spencer Russell
6516537985
adds test for SinOsc and updates README
2013-12-30 03:29:43 -08:00
Spencer Russell
10651d2db5
removes note in README regarding dependencies
2013-12-21 19:04:25 -05:00
Spencer Russell
47a587bc20
adds build step to travis config
2013-12-14 00:20:01 -05:00
Spencer Russell
b559f19d8f
adds build status image to README
2013-12-14 00:16:28 -05:00