PortAudio wrapper for Julia
Stars
4
Forks
1
Watchers
4
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
1
commits
find_device() requires initialize()/terminate() to properly access returned values
1270928View on GitHubCompatibility with Julia 0.3 (using Compat package).
a491a7aView on GitHubRename playrec() to readwrite() and add new playrec() shortcut commands for direct access without stream handling
f923604View on GitHubAdd play(), record() and record!() functions for direct playback and recording without the need to open and close a stream manually
ca9ddc2View on GitHubinitialize() and terminate() are now automatically called by all high-level API functions whenever necessary
78ee495View on GitHubExperimental support for asynchronous realtime IO and processing
c5cdccfView on GitHubMove simultaneous playback and recording example into an own file
afb0bf6View on GitHubPortAudio device index is now a standard julia integer in the public API
2a8cdaeView on GitHubAdd first basic tests, mainly interleaving/deinterleaving
1622833View on GitHubFix internal get_portaudio_devices() calls to match new API
f1dfbd8View on GitHubCreate own functions PortAudio.initialize() and PortAudio.terminate() to better follow the Julia naming scheme.
409f60dView on GitHub