diff --git a/dev/index.html b/dev/index.html index 157c9ed..2328c60 100644 --- a/dev/index.html +++ b/dev/index.html @@ -24,4 +24,4 @@ julia> PortAudioStream(2, 0; warn_xruns = false) do stream buf = read(stream, 10s) save(joinpath(tempname(), ".ogg"), buf) end -2 ssource
PortAudio.devicesMethod
devices()

List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.

source
+2 ssource
PortAudio.devicesMethod
devices()

List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.

source
diff --git a/dev/internals/index.html b/dev/internals/index.html index a69a17c..81db2ac 100644 --- a/dev/internals/index.html +++ b/dev/internals/index.html @@ -1,2 +1,2 @@ -Internals · PortAudio.jl

Internals

PortAudio.MessengerType
Messenger{Sample, Scribe, Input, Output}

A struct with entries

  • device_name::String
  • buffer::Buffer{Sample}
  • scribe::Scribe
  • input_channel::Channel{Input}
  • output_channel::Channel{Output}

The messenger will send tasks to the scribe; the scribe will read/write from the buffer.

source
+Internals · PortAudio.jl

Internals

PortAudio.MessengerType
Messenger{Sample, Scribe, Input, Output}

A struct with entries

  • device_name::String
  • buffer::Buffer{Sample}
  • scribe::Scribe
  • input_channel::Channel{Input}
  • output_channel::Channel{Output}

The messenger will send tasks to the scribe; the scribe will read/write from the buffer.

source
diff --git a/dev/search/index.html b/dev/search/index.html index 215691d..a61f085 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · PortAudio.jl

Loading search...

    +Search · PortAudio.jl

    Loading search...