From b6f59a1e9dcac55a746cf638e3fbe2b40c6fc87b Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Mon, 22 Aug 2016 12:04:19 -0400 Subject: [PATCH] updates README now that we don't need Compat master [ci skip] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4943cc6..685bc9c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ PortAudio.jl PortAudio.jl is a wrapper for [libportaudio](http://www.portaudio.com/), which gives cross-platform access to audio devices. It is compatible with the types defined in [SampledSignals.jl](https://github.com/JuliaAudio/SampledSignals.jl). It provides a `PortAudioStream` type, which can be read from and written to. -#### NOTE: This package currently requires the master branch of the `Compat`, `SampledSignals` and `RingBuffers` packages. Use `Pkg.checkout` to checkout the master. - ## Opening a stream The easiest way to open a source or sink is with the default `PortAudioStream()` constructor, which will open a 2-in, 2-out stream to your system's default device(s). The constructor can also take the input and output channel counts as positional arguments, or a variety of other keyword arguments.