PortAudio.devices
— Methoddevices()
List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.
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 List the devices available on your system. Devices will be shown with their internal name, and maximum input and output channels.PortAudio.devices
— Methodsourcedevices()
Settings
This document was generated with Documenter.jl version 0.27.15 on Saturday 2 April 2022. Using Julia version 1.6.6.